PdfColorEquality Operator
Determines whether two specified colors are equal
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public static bool operator ==(
PdfColor left,
PdfColor right
)
- left PdfColor
- The first color to compare
- right PdfColor
- The second color to compare
Booleantrue if the colors are equal; otherwise, false