Click or drag to resize

Matrix44Equals(Matrix44) Method

Compares whether current instance is equal to specified Matrix44 without any tolerance.

Namespace: CFX.Structures.Geometry
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public bool Equals(
	Matrix44 other
)

Parameters

other  Matrix44
The Matrix44 to compare.

Return Value

Boolean
true if the instances are equal; false otherwise.

Implements

IEquatableTEquals(T)
See Also