@microsoft/fast-colors > ColorHSL > equalValue
ColorHSL.equalValue() method
Determines if a color is equal to another
Signature:equalValue(rhs: ColorHSL): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
rhs | ColorHSL | the value to compare |
boolean
@microsoft/fast-element
v2 is out! 🎉️@microsoft/fast-colors > ColorHSL > equalValue
Determines if a color is equal to another
Signature:equalValue(rhs: ColorHSL): boolean;
Parameter | Type | Description |
---|---|---|
rhs | ColorHSL | the value to compare |
boolean