PdfSize.Equals Method (Object)

Tests to see whether the specified object is a PdfSize with the same dimensions as this PdfSize.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public override bool Equals(
	Object obj
)
VB
Public Overrides Function Equals ( 
	obj As Object
) As Boolean

Parameters

obj
Type: System.Object
The Object to test.

Return Value

Type: Boolean
This method returns true if obj is a PdfSize and has the same width and height as this PdfSize; otherwise, false.

See Also