isInstance static method
Returns whether obj
is an instance of NSTimeZone.
Implementation
static bool isInstance(objc.ObjCObjectBase obj) {
return _objc_msgSend_0(obj.pointer, _sel_isKindOfClass_, _class_NSTimeZone);
}
Returns whether obj
is an instance of NSTimeZone.
static bool isInstance(objc.ObjCObjectBase obj) {
return _objc_msgSend_0(obj.pointer, _sel_isKindOfClass_, _class_NSTimeZone);
}