Documentation Language: Swift

Op

==(_:_:)

Compares two EcoreValueArray instances for equality.

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

Discussion

Arrays are considered equal if they have the same count and all corresponding elements are equal using EcoreValue equality semantics.