Operator operator ==
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
operator ==(PdfListItem, PdfListItem)
Tests whether two PdfListItem classes have equal text and export values.
public static bool operator ==(PdfListItem left, PdfListItem right)
Parameters
leftPdfListItemThe PdfListItem class that is to the left of the equality operator.
rightPdfListItemThe PdfListItem class that is to the right of the equality operator.
Returns
- bool
This operator returns
trueif the two specified PdfListItem classes have equal text and export values.