Click or drag to resize

Matrix3x2Equality Operator

Returns a boolean indicating whether the given 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 ==(
	Matrix3x2 value1,
	Matrix3x2 value2
)

Parameters

value1
Type: Karamba.GeometryMatrix3x2
The first source matrix.
value2
Type: Karamba.GeometryMatrix3x2
The second source matrix.

Return Value

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