toBool method

bool toBool()

Implementation

bool toBool() {
  return this == 1;
}