@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 |
boolean
@microsoft/fast-element
v2 is out! 🎉️@microsoft/fast-colors > ColorHSV > equalValue
Determines if a color is equal to another
Signature:equalValue(rhs: ColorHSV): boolean;
Parameter | Type | Description |
---|---|---|
rhs | ColorHSV | the value to compare |
boolean