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