Contents

==(_:_:)

Indicates whether two colors are equal.

Declaration

static func == (lhs: Color, rhs: Color) -> Bool

Parameters

  • lhs:

    The first color to compare.

  • rhs:

    The second color to compare.

Return Value

A Boolean that’s set to true if the two colors are equal.

See Also

Comparing colors