Contents

==(_:_:)

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

Declaration

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

Parameters

  • lhs:

    The left-hand side mesh anchor to compare.

  • rhs:

    The right-hand side mesh anchor to compare.

Return Value

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