This documentation is for the old version. Go to the latest Graphics Mill docs

Matrix.Equals Method

Compares this Matrix with specified object.

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

Syntax

Visual Basic
Public Overrides NotOverridable Function Equals ( _
	object As Object _
) As Boolean
C#
public override sealed bool Equals(
	Object object
)

Parameters

object

Type: System.Object

The Object to compare with the current Matrix. If actual type of this argument is other than Matrix, exception will be raised.

Return Value

Value that specifies whether given object represents the same matrix as this Matrix.

See Also

Reference