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