TypeLib Xojo support Plugin

RGBColor.Operator_Compare Method

Makes = and <> operators work to compare two instances of RGBColor.

Operator_Compare(
   value as EinhugurColors.RGBColor) as Integer

Parameters

value
The color to compare to.

Returns

Integer

Remarks

> and < operators have no meaning.

See Also

RGBColor Class