SCNQuaternion.Equals Method

Definition

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.

Applies to