FunctionsColorPickerCSSColorEqualsColorPickerCSSColorEquals CallableColorPickerCSSColorEquals(Color1: string, Color2: string): booleanChecks if two hex color codes are equal, will convert short hand hex codes (#FFF is equal to #FFFFFF)ParametersColor1: stringFirst color to compareColor2: stringSecond color to compareReturns booleanReturns TRUE if the two colors are the same
Checks if two hex color codes are equal, will convert short hand hex codes (#FFF is equal to #FFFFFF)