Vector<T>::Equality Operator
Returns a value that indicates whether each pair of elements in two specified vectors are equal.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- left
- Type: System.Numerics::Vector<T>
The first vector to compare.
- right
- Type: System.Numerics::Vector<T>
The second vector to compare.
Show: