Click or drag to resize

ColorHSLEquals Method (ColorHSL)

Compares the given object for equality with this object

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

Parameters

other
Type: Eto.DrawingColorHSL
Object to compare with

Return Value

Type: Boolean
True if the object is equal to this instance, false otherwise

Implements

IEquatableTEquals(T)
See Also