Click or drag to resize

ColorHSBEquals Method (ColorHSB)

Compares a ColorHSB for equality

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

Parameters

other
Type: Eto.DrawingColorHSB
Other instance to compare with

Return Value

Type: Boolean
True if other is equal to this instance's value, false otherwise

Implements

IEquatableTEquals(T)
See Also