Array Attributes.Inequality Operator
Compares two array attribute values for inequality.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if the two values are not equal; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static bool operator !=(
ArrayAttributes first,
ArrayAttributes second
)
Parameters
- first ArrayAttributes
- The first value.
- second ArrayAttributes
- The second value.
Return Value
Booleantrue if the two values are not equal; otherwise false.