Method Equals
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Equals(object?)
Tests whether obj
is a PdfListItem with
the same text and export value of this PdfListItem.
public override bool Equals(object? obj)
Parameters
Returns
- bool
This method returns
true
ifobj
is a PdfListItem and its Text and ExportValue properties are equal to the corresponding properties of this PdfListItem; otherwise,false
.