FunctionsCommonColorsEqualCommonColorsEqual CallableCommonColorsEqual(C1: string | readonly string[], C2: string | readonly string[]): booleanChecks whether two item colors are equal. An item color may either be a string or an array of strings.ParametersC1: string | readonly string[]The first color to checkC2: string | readonly string[]The second color to checkReturns booleanTRUE if C1 and C2 represent the same item color, FALSE otherwise
Checks whether two item colors are equal. An item color may either be a string or an array of strings.