Documentation Language: Swift

Op

==(_:_:)

Compares two packages for equality.

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

Parameters

lhs

The first package to compare.

rhs

The second package to compare.

Return Value

true if the packages are equal, false otherwise.

Discussion

Packages are equal if they have the same identifier.