Click or drag to resize

Matrix4x4Equals Method (Matrix4x4)

Returns a boolean indicating whether this matrix instance is equal to the other given matrix.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Equals(
	Matrix4x4 other
)

Parameters

other
Type: Karamba.GeometryMatrix4x4
The matrix to compare this instance to.

Return Value

Type: Boolean
True if the matrices are equal; False otherwise.

Implements

IEquatableTEquals(T)
See Also