isDelete method

bool isDelete()

Implementation

bool isDelete() {
  return eventType == DELETE;
}