negate method

bool negate()

Implementation

bool negate() {
  return !this;
}