Documentation Language: Swift

Op

==(_:_:)

Compares two annotations for equality.

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

Parameters

lhs

The first annotation to compare.

rhs

The second annotation to compare.

Return Value

true if the annotations are equal, false otherwise.

Discussion

Annotations are equal if they have the same identifier, source, and details.