Quaternion::Equals Method (Object)
Returns a value that indicates whether this instance and a specified object are equal.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- obj
- Type: System::Object
The object to compare with the current instance.
Return Value
Type: System::Booleantrue if the current instance and obj are equal; otherwise, false. If obj is nullptr, the method returns false.
The current instance and obj are equal if obj is a Quaternion object and the corresponding components of each matrix are equal.
Show: