Matrix4d.Equals Method

Definition

Overloads

Equals(Object)

Indicates whether this instance and a specified object are equal.

Equals(Matrix4d)

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 to.

Returns

True if the instances are equal; false otherwise.

Applies to

Equals(Matrix4d)

Indicates whether the current matrix is equal to another matrix.

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

Parameters

other
Matrix4d

An matrix to compare with this matrix.

Returns

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

Implements

Applies to