Click or drag to resize

ColorEquals Method (Color)

Compares the specified color for equality

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

Parameters

other
Type: Eto.DrawingColor
Other color to determine equality

Return Value

Type: Boolean
True if all components of the specified color are equal to this object

Implements

IEquatableTEquals(T)
See Also