PdfBox.Inequality Operator

Tests whether two PdfBox structures are different.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public static bool operator !=(
	PdfBox left,
	PdfBox right
)
VB
Public Shared Operator <> ( 
	left As PdfBox,
	right As PdfBox
) As Boolean

Parameters

left
Type: BitMiracle.Docotic.Pdf.PdfBox
The PdfBox structure that is to the left of the inequality operator.
right
Type: BitMiracle.Docotic.Pdf.PdfBox
The PdfBox structure that is to the right of the inequality operator.

Return Value

Type: Boolean
This operator returns true if any properties of the two PdfBox structures are unequal; otherwise false.

See Also