Contents

==(_:_:)

Indicates whether two color parameters are equal.

Declaration

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

Parameters

  • 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.