ArrayAttributes.Inequality Operator

Compares two array attribute values for inequality.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static bool operator !=(
	ArrayAttributes first,
	ArrayAttributes second
)

Parameters

first  ArrayAttributes
The first value.
second  ArrayAttributes
The second value.

Return Value

Boolean
true if the two values are not equal; otherwise false.

See Also