PdfDashPattern.Inequality Operator

Determines whether the two specified PdfDashPattern objects are not identical.

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

Syntax

C#
public static bool operator !=(
	PdfDashPattern first,
	PdfDashPattern second
)
VB
Public Shared Operator <> ( 
	first As PdfDashPattern,
	second As PdfDashPattern
) As Boolean

Parameters

first
Type: BitMiracle.Docotic.Pdf.PdfDashPattern
The first PdfDashPattern object to compare.
second
Type: BitMiracle.Docotic.Pdf.PdfDashPattern
The second PdfDashPattern object to compare.

Return Value

Type: Boolean
true if first and second are not identical; otherwise, false.

See Also