Documentation Language: Swift

Op

==(_:_:)

Equality check for a type conversion. Two conversions are considered equal if they have the same name and C type.

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

Parameters

lhs

The left hand side type to compare

rhs

The right hand side type to compare

Return Value

true if both types are considered equal