Skip to main content
Version: 1.x

@microsoft/fast-colors > ColorHSL > equalValue

ColorHSL.equalValue() method

Determines if a color is equal to another

Signature:
equalValue(rhs: ColorHSL): boolean;

Parameters

ParameterTypeDescription
rhsColorHSLthe value to compare
Returns:

boolean