MatrixEquals Method
Compares matrix agains other object.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to compare.

Return Value

Type: Boolean
Returns true is other object is Matrix and all matrix member are equal to correspondim members of the matrix
See Also