 | PdfSize.Equals 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
Syntaxpublic override bool Equals(
Object obj
)
Parameters
- obj
- Type: System.Object
The Object to test.
Return Value
Type:
Booleantrue if obj is a PdfSize and has the same size as this PdfSize.
See Also