Returns true if this status is equals parameter status.
true
status
bool isStatus(int status) { return this.status == status; }