Documentation Language: Swift

Op

==(_:_:)

Equality check for a type. Two types are considered equal if they have the same names and C types.

static func == (lhs: GIRType, rhs: GIRType) -> 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