| PdfMatrixEquals Method (PdfMatrix) |
Specifies whether this PdfMatrix contains the same values as the specified PdfMatrix.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax public bool Equals(
PdfMatrix other
)
Parameters
- other
- Type: Opait.Pdf.ApiPdfMatrix
The PdfMatrix to test.
Return Value
Type:
Boolean'true' if the test PdfMatrix and has the same values as this PdfMatrix, otherwise, 'false'.
Implements
IEquatableTEquals(T)See Also