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