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