Matrix.Equals Method

Tests whether the specified object is a Matrix and is identical to this Matrix.

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

Syntax

C#
public override sealed bool Equals(
	Object object
)

Parameters

object

Type: System.Object

The object to test.

Return Value

true if obj is the specified Matrix identical to this Matrix; otherwise, false.

See Also

Reference