Click or drag to resize

PdfColorEquality Operator

Determines whether first and second PdfColors are 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 equal; otherwise, .
See Also