Contents

==(_:_:)

Returns a Boolean value indicating whether two environment probe anchors are equal.

Declaration

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

Parameters

  • lhs:

    The left-hand side environment probe anchor to compare.

  • rhs:

    The right-hand side environment probe anchor to compare.

Return Value

true if the two environment probe anchors are equal; otherwise, false.