isKnown method

bool isKnown()

Implementation

bool isKnown() {
  return this != Troolean.Unknown;
}