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