compare_ method

int compare_(
  1. NSIndexPath otherObject
)

Implementation

int compare_(NSIndexPath otherObject) {
  return _lib._objc_msgSend_884(_id, _lib._sel_compare_1, otherObject._id);
}