Op
==(_:_:)
Compares two attributes for equality.
static func == (lhs: EAttribute, rhs: EAttribute) -> Bool
Parameters
lhs-
The first attribute to compare.
rhs-
The second attribute to compare.
Return Value
true if the attributes are equal, false otherwise.
Discussion
Attributes are equal if they have the same identifier.