Documentation Language: Swift

Method

isAlias(of:)

Test whether the receiver is an alias of the given type

func isAlias(of otherType: GIRType) -> Bool

Parameters

otherType

The type to test for

Return Value

true if the receiver is an alias of the passed-in type