PdfListItem.Equals Method

Tests whether obj is a PdfListItem with the same text and export value of this PdfListItem.

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 PdfListItem and its Text and ExportValue properties are equal to the corresponding properties of this PdfListItem; otherwise, false.

See Also