PdfWidget.Equals Method

Determines whether the specified object is equal to the current object.

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 compare with the current object.

Return Value

Type: Boolean
true if the specified object is equal to current object; otherwise, false.

See Also