PdfListItem.Inequality Operator

Tests whether two PdfListItem class differ in text or export value.

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

Syntax

C#
public static bool operator !=(
	PdfListItem left,
	PdfListItem right
)
VB
Public Shared Operator <> ( 
	left As PdfListItem,
	right As PdfListItem
) As Boolean

Parameters

left
Type: BitMiracle.Docotic.Pdf.PdfListItem
The PdfListItem structure that is to the left of the inequality operator.
right
Type: BitMiracle.Docotic.Pdf.PdfListItem
The PdfListItem structure that is to the right of the inequality operator.

Return Value

Type: Boolean
This operator returns true if contents of the two PdfListItem classes is not equal; otherwise false.

See Also