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