==(_:_:)
Returns a Boolean that indicates whether the pins are equal.
Declaration
static func == (lhs: GeometricPin, rhs: GeometricPin) -> BoolParameters
- lhs:
A pin to compare.
- rhs:
Another pin to compare.
Returns a Boolean that indicates whether the pins are equal.
static func == (lhs: GeometricPin, rhs: GeometricPin) -> BoolA pin to compare.
Another pin to compare.