Click or drag to resize

Matrix4x4Equality Operator

Returns a boolean indicating whether the given two matrices are equal.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool operator ==(
	Matrix4x4 value1,
	Matrix4x4 value2
)

Parameters

value1
Type: Karamba.GeometryMatrix4x4
The first matrix to compare.
value2
Type: Karamba.GeometryMatrix4x4
The second matrix to compare.

Return Value

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