Operator operator !=
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
operator !=(PdfDocumentView, PdfDocumentView)
Determines whether the two specified objects are not 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 not equal to each other; otherwise,false.