Operator operator !=
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
operator !=(PdfListItem, PdfListItem)
Tests whether two PdfListItem class differ in text or export value.
public static bool operator !=(PdfListItem left, PdfListItem right)
Parameters
left
PdfListItemThe PdfListItem structure that is to the left of the inequality operator.
right
PdfListItemThe PdfListItem structure that is to the right of the inequality operator.
Returns
- bool
This operator returns
true
if contents of the two PdfListItem classes is not equal; otherwisefalse
.