Operator operator ==
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
operator ==(PdfDocumentView, PdfDocumentView)
Determines whether the two specified objects are equal to each other.
public static bool operator ==(PdfDocumentView first, PdfDocumentView second)
Parameters
firstPdfDocumentViewThe first object to compare.
secondPdfDocumentViewThe second object to compare.
Returns
- bool
trueif specified objects are equal to each other; otherwise,false.