isEqualToDate_ method

bool isEqualToDate_(
  1. NSDate otherDate
)

Implementation

bool isEqualToDate_(NSDate otherDate) {
  return _lib._objc_msgSend_169(
      _id, _lib._sel_isEqualToDate_1, otherDate._id);
}