Quaternion.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(Quaternion) |
Compares this Quaternion instance to another Quaternion for equality. |
Equals(Object) |
Compares this object instance to another object for equality. |
Equals(Quaternion)
Compares this Quaternion instance to another Quaternion for equality.
public bool Equals (OpenTK.Quaternion other);
override this.Equals : OpenTK.Quaternion -> bool
Parameters
- other
- Quaternion
The other Quaternion 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.