isEqualToDate method

bool isEqualToDate(
  1. NSDate otherDate
)

isEqualToDate:

Implementation

bool isEqualToDate(NSDate otherDate) {
  return _objc_msgSend_19nvye5(
    this.ref.pointer,
    _sel_isEqualToDate_,
    otherDate.ref.pointer,
  );
}