Matrix.Equality Operator

Tests whether two specified Matrix instances are equivalent.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public static bool operator ==(
	Matrix left,
	Matrix right
)

Parameters

left

Type: Aurigma.GraphicsMill.Transforms.Matrix

The Matrix that is to the left of the equality operator.
right

Type: Aurigma.GraphicsMill.Transforms.Matrix

The Matrix that is to the right of the equality operator.

Return Value

true if the two Matrix instances are equal; otherwise, false.

See Also

Reference