Vector<T>.Equality Operator
Returns a value indicating whether two instances
of vector are equal.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if the two vectors have the same length and identical elements; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static bool operator ==(
Vector<T> left,
Vector<T> right
)
Parameters
Return Value
Booleantrue if the two vectors have the same length and identical elements; otherwise false.