==(_:_:)
Returns a Boolean value indicating whether two environment probe anchors are equal.
Declaration
static func == (lhs: EnvironmentProbeAnchor, rhs: EnvironmentProbeAnchor) -> BoolParameters
- 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.