Share via


SCNMatrix4.Equals Method

Definition

Overloads

Name Description
Equals(SCNMatrix4)

Indicates whether the current matrix is equal to another matrix.

Equals(Object)

Indicates whether this instance and a specified object are equal.

Equals(SCNMatrix4)

Indicates whether the current matrix is equal to another matrix.

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

Parameters

other
SCNMatrix4

An matrix to compare with this matrix.

Returns

true if the current matrix is equal to the matrix 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 tresult.

Returns

True if the instances are equal; false otherwise.

Applies to