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