ArrayAttributes.Inequality Operator

Compares two array attribute values for inequality.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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