| PdfSizeEquals Method (Object) |
Specifies whether this PdfSize has the same size 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:
Booleantrue if obj is a PdfSize and has the same size as this PdfSize.
See Also