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