PdfColorInequality Operator

Determines whether two specified colors are different

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public static bool operator !=(
	PdfColor left,
	PdfColor right
)

Parameters

left  PdfColor
The first color to compare
right  PdfColor
The second color to compare

Return Value

Boolean
true if the colors are different; otherwise, false

See Also