operator >= method

bool operator >=(
  1. WorkPhase a
)

Implementation

bool operator >=(WorkPhase a) {
  return this!.ordinal >= a.ordinal;
}