Operator operator !=
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
operator !=(PdfXObject, PdfXObject)
Determines whether the two specified objects are not equal to each other.
public static bool operator !=(PdfXObject first, PdfXObject second)
Parameters
first
PdfXObjectThe first object to compare.
second
PdfXObjectThe second object to compare.
Returns
- bool
true
if specified objects are not equal to each other; otherwise,false
.