Documentation Language: Swift

Op

==(_:_:)

Compares two factories for equality.

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

Parameters

lhs

The first factory to compare.

rhs

The second factory to compare.

Return Value

true if the factories are equal, false otherwise.

Discussion

Factories are equal if they have the same identifier.