Click or drag to resize

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
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to test.

Return Value

Type: Boolean
true if obj is a PdfSize and has the same size as this PdfSize.
See Also