PdfColorEquals(Object) Method

Determines whether the specified object is equal to the current color

Definition

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