Vector<T>::Equals Method (Object)
Returns a value that indicates whether this instance is equal to a specified object.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- obj
- Type: System::Object
The object to compare with this instance.
Return Value
Type: System::Booleantrue if the current instance and obj are equal; otherwise, false. The method returns false if obj is null, or if obj is a vector of a different type than the current instance.
Show: