| 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
Syntaxpublic bool Equals(
	ColorHSL other
)
Public Function Equals ( 
	other As ColorHSL
) As Boolean
abstract Equals : 
        other : ColorHSL -> bool 
override Equals : 
        other : ColorHSL -> bool Parameters
- other
- Type: Eto.DrawingColorHSL
 Object to compare with
Return Value
Type: 
BooleanTrue if the object is equal to this instance, false otherwise
Implements
IEquatableTEquals(T) See Also
See Also