Determines whether the two specified objects are not equal to each other.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public static bool operator !=(
PdfDocumentView first,
PdfDocumentView second
)
VB
Public Shared Operator <> (
first As PdfDocumentView,
second As PdfDocumentView
) As Boolean
Parameters
- first
- Type: BitMiracle.Docotic.Pdf.PdfDocumentView
The first object to compare. - second
- Type: BitMiracle.Docotic.Pdf.PdfDocumentView
The second object to compare.
Return Value
Type:
Booleantrue if specified objects are not equal to each other; otherwise,
false.
See Also