Click or drag to resize

PdfMatrixEquals(PdfMatrix) Method

Determines whether the other PdfMatrix is equal to this PdfMatrix instance.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public bool Equals(
	PdfMatrix other
)

Parameters

other  PdfMatrix
The other matrix to compare with this matrix instance.

Return Value

Boolean
if the other PdfMatrix is equal to this PdfMatrix instance; otherwise, .

Implements

IEquatableTEquals(T)
See Also