equals

fun equals(left: Color, right: Color): Boolean(source)

Returns true if the first Color equals the second color.

Return

true if the Colors are equal; otherwise, false.

Parameters

left

The first Color to compare for equality.

right

The second Color to compare for equality.

See also