==(_:_:)
Indicates whether two colors are equal.
Declaration
static func == (lhs: Color, rhs: Color) -> BoolParameters
- 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.