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