PdfColorEquals(PdfColor) Method

Determines whether the specified color is equal to the current color

Definition

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