PdfColorEquals(Object) Method

Determines whether the specified object is equal to the current color

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to compare with the current color

Return Value

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

See Also