Vector<T>::Equals Method (Vector<T>)
Returns a value that indicates whether this instance is equal to a specified vector.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- other
- Type: System.Numerics::Vector<T>
The vector to compare with this instance.
Return Value
Type: System::Booleantrue if the current instance and other are equal; otherwise, false.
Implements
IEquatable<T>::Equals(T)
Show: