Click or drag to resize

PdfMatrixEquals(Object) Method

Determines whether the specified Object is equal to this PdfMatrix instance.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The Object to compare with this matrix instance.

Return Value

Boolean
if the specified Object is a PdfMatrix and is equal to this PdfMatrix instance; otherwise, .
See Also