Contents

==(_:_:)

Returns a Boolean value that indicates whether two opacity components are equal.

Declaration

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

Parameters

  • lhs:

    An opacity component.

  • rhs:

    Another opacity component.

Discussion

If the member values of each component match, the components are equal.