isFalse method

bool isFalse()

Implementation

bool isFalse() {
  return this == Troolean.False;
}