Method
isInstanceOf(_:)
return whether the receiver is an instance of the given record (class)
Parameters
record-
The record to test for
Return Value
true if self points to record
Method
return whether the receiver is an instance of the given record (class)
recordThe record to test for
true if self points to record