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
leftPdfListItemThe PdfListItem structure that is to the left of the inequality operator.
rightPdfListItemThe PdfListItem structure that is to the right of the inequality operator.
Returns
- bool
This operator returns
trueif contents of the two PdfListItem classes is not equal; otherwisefalse.