Click or drag to resize

Matrix3x2Equals Method (Matrix3x2)

Returns a boolean indicating whether the matrix 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(
	Matrix3x2 other
)

Parameters

other
Type: Karamba.GeometryMatrix3x2
The other matrix to test equality against.

Return Value

Type: Boolean
True if this matrix is equal to other; False otherwise.

Implements

IEquatableTEquals(T)
See Also