Matrix4.Equals Method

Definition

Overloads

Equals(Object)

Indicates whether this instance and a specified object are equal.

Equals(Matrix4)

Indicates whether the current matrix is equal to another matrix.

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

Equals(Matrix4)

Indicates whether the current matrix is equal to another matrix.

public bool Equals (OpenTK.Matrix4 other);
override this.Equals : OpenTK.Matrix4 -> bool

Parameters

other
Matrix4

An matrix to compare with this matrix.

Returns

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

Implements

Applies to