Documentation Language: Swift

Method

isInstanceOf(_:)

return whether the receiver is an instance of the given record (class)

func isInstanceOf(_ record: GIR.Record?) -> Bool

Parameters

record

The record to test for

Return Value

true if self points to record