Click or drag to resize

PdfColorInequality Operator

Determines whether first and second PdfColors are not equal.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntax
public static bool operator !=(
	PdfColor first,
	PdfColor second
)

Parameters

first  PdfColor
The first color.
second  PdfColor
The second color.

Return Value

Boolean
if first and second colors are not equal; otherwise, .
See Also