PdfMatrixEquals(PdfMatrix) Method |
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic bool Equals(
PdfMatrix other
)
Public Function Equals (
other As PdfMatrix
) As Boolean
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