localizedCaseInsensitiveCompare_ method

int localizedCaseInsensitiveCompare_(
  1. NSString string
)

Implementation

int localizedCaseInsensitiveCompare_(NSString string) {
  return _lib._objc_msgSend_334(
      _id, _lib._sel_localizedCaseInsensitiveCompare_1, string._id);
}