Click or drag to resize

PdfRGBColor Equals Method (PdfRGBColor)

Determines if the specified color is equal to this one.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Equals(
	PdfRGBColor colour
)

Parameters

colour
Type: Spire.Pdf.Graphics PdfRGBColor
The color.

Return Value

Type: Boolean
True if the color is equal; otherwise - False.
See Also