PdfColorEquals(PdfColor) Method

Determines whether the specified color is equal to the current color

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public bool Equals(
	PdfColor other
)

Parameters

other  PdfColor
The color to compare with the current color

Return Value

Boolean
true if the specified color is equal to the current color; otherwise, false

Implements

IEquatableTEquals(T)

See Also