isTrue method

bool isTrue()

Implementation

bool isTrue() {
  return this == Troolean.True;
}