isPaperOut method

bool isPaperOut()

Converts enum value to boolean

Implementation

bool isPaperOut() {
  return this == PaperState.out;
}