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
left
PdfListItemThe PdfListItem class that is to the left of the equality operator.
right
PdfListItemThe PdfListItem class that is to the right of the equality operator.
Returns
- bool
This operator returns
true
if the two specified PdfListItem classes have equal text and export values.