==(_:_:)
Indicates whether two color parameters are equal.
Declaration
static func == (lhs: MaterialColorParameter, rhs: MaterialColorParameter) -> BoolParameters
- lhs:
The first color parameter to compare.
- rhs:
The second color parameter to compare.
Return Value
A Boolean value set to true if the two color parameters are equal.