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