Click or drag to resize

ColorCMYKEquals Method (ColorCMYK)

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

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Equals(
	ColorCMYK other
)

Parameters

other
Type: Eto.DrawingColorCMYK
ColorCMYK to compare with

Return Value

Type: Boolean
True if the colours are equal, false otherwise

Implements

IEquatableTEquals(T)
See Also