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
first
PdfDocumentViewThe first object to compare.
second
PdfDocumentViewThe second object to compare.
Returns
- bool
true
if specified objects are not equal to each other; otherwise,false
.