Vector<T>::Inequality Operator
Returns a value that indicates whether any single pair of elements in the specified vectors is 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.
Return Value
Type: System::Booleantrue if any element pairs in left and right are equal. false if no element pairs are equal.
Show: