Share via


SCNVector3.Equals Method

Definition

Overloads

Name Description
Equals(SCNVector3)

Indicates whether the current vector is equal to another vector.

Equals(Object)

Indicates whether this instance and a specified object are equal.

Equals(SCNVector3)

Indicates whether the current vector is equal to another vector.

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

Parameters

other
SCNVector3

A vector to compare with this vector.

Returns

true if the current vector is equal to the vector parameter; otherwise, false.

Implements

Applies to

Equals(Object)

Indicates whether this instance and a specified object are equal.

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

Parameters

obj
Object

The object to compare to.

Returns

True if the instances are equal; false otherwise.

Applies to