Vector<T>.Inequality Operator
Returns whether two instances
of vector are not equal.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
true if the two vectors have different lengths, or not all their elements are identical; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static bool operator !=(
Vector<T>? left,
Vector<T>? right
)
Parameters
Return Value
Booleantrue if the two vectors have different lengths, or not all their elements are identical; otherwise false.