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