SCNQuaternion.Equals Method

Definition

Overloads

Equals(SCNQuaternion)

Returns true if other is identical to this .

Equals(Object)

Returns true if other is a quaternion and is identical to this quaternion.

Equals(SCNQuaternion)

Returns true if other is identical to this .

public bool Equals (SceneKit.SCNQuaternion other);
override this.Equals : SceneKit.SCNQuaternion -> bool

Parameters

Returns

Implements

Applies to

Equals(Object)

Returns true if other is a quaternion and is identical to this quaternion.

public override bool Equals (object other);
override this.Equals : obj -> bool

Parameters

other
Object

Returns

Applies to