Contents

==(_:_:)

Returns a Boolean value indicating whether two plane anchors are equal.

Declaration

static func == (lhs: PlaneAnchor, rhs: PlaneAnchor) -> Bool

Parameters

  • lhs:

    The left-hand side plane anchor to compare.

  • rhs:

    The right-hand side plane anchor to compare.

Return Value

true if the two plane anchors are equal; otherwise, false.