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