Quaterniond.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(Quaterniond) |
Compares this Quaterniond instance to another Quaterniond for equality. |
Equals(Object) |
Compares this object instance to another object for equality. |
Equals(Quaterniond)
Compares this Quaterniond instance to another Quaterniond for equality.
public bool Equals (OpenTK.Quaterniond other);
override this.Equals : OpenTK.Quaterniond -> bool
Parameters
- other
- Quaterniond
The other Quaterniond to be used in the comparison.
Returns
True if both instances are equal; false otherwise.
Implements
Applies to
Equals(Object)
Compares this object instance to another object for equality.
public override bool Equals (object other);
override this.Equals : obj -> bool
Parameters
- other
- Object
The other object to be used in the comparison.
Returns
True if both objects are Quaternions of equal value. Otherwise it returns false.