isFalse method

bool isFalse()

Implementation

bool isFalse() {
  return !isTrue();
}