Click or drag to resize

ColorCMYKEquals Method (Object)

Returns a value indicating that this is equal to the specified object

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
object to compare with

Return Value

Type: Boolean
true if the colours are equal, false otherwise
See Also