compare_ method

int compare_(
  1. NSDate other
)

Implementation

int compare_(NSDate other) {
  return _lib._objc_msgSend_168(_id, _lib._sel_compare_1, other._id);
}