isInstance static method
Returns whether obj
is an instance of NSLocale.
Implementation
static bool isInstance(objc.ObjCObjectBase obj) {
return _objc_msgSend_19nvye5(
obj.ref.pointer,
_sel_isKindOfClass_,
_class_NSLocale,
);
}
Returns whether obj
is an instance of NSLocale.
static bool isInstance(objc.ObjCObjectBase obj) {
return _objc_msgSend_19nvye5(
obj.ref.pointer,
_sel_isKindOfClass_,
_class_NSLocale,
);
}