Click or drag to resize

PdfRGBColor Equals Method (Object)

Determines whether the specified is equal to the current .

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System Object
Theto compare with the current .

Return Value

Type: Boolean
True if the specifiedis equal to the current ; otherwise - False.
See Also