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