compare_ method

int compare_(
  1. NSNumber otherNumber
)

Implementation

int compare_(NSNumber otherNumber) {
  return _lib._objc_msgSend_239(_id, _lib._sel_compare_1, otherNumber._id);
}