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