==(_:_:)
Returns a Boolean value indicating whether two object anchors are equal.
Declaration
static func == (lhs: ObjectAnchor, rhs: ObjectAnchor) -> BoolParameters
- lhs:
The left-hand side object anchor to compare.
- rhs:
The right-hand side object anchor to compare.
Return Value
true if the two object anchors are equal; otherwise, false.