Checks that argument does not match the value|token.
mixed $value either exact value or argument token:
Token\LogicalNotToken
public static function not($value) { return new Token\LogicalNotToken($value); }