Variable IdentityExpression.negated

class IdentityExpression
{
  // ...
  bool negated ;
  // ...
}