PdfColorEquality Operator

Determines whether two specified colors are equal

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
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 equal; otherwise, false

See Also