@microsoft/fast-colors > ColorHSV > equalValue
ColorHSV.equalValue() method
Determines if a color is equal to another
Signature:
equalValue(rhs: ColorHSV): boolean;
Parameters
| Parameter | Type | Description |
|---|---|---|
| rhs | ColorHSV | the value to compare |
Returns:
boolean