> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/instruction/ifinstruction/condition/condition.is_neq.md).

# Condition.is\_neq()

`is_neq() → bool`

## Query Example

```python
from glider import *


def query():
  instructions = (
    Instructions()
    .if_instructions()
    .exec(100)
    .filter(lambda instruction : instruction.get_condition().is_neq())
  )

  return instructions
```

## Example Output

<figure><img src="/files/Cc0IbGtLQs1EBdpmUuH0" alt=""><figcaption></figcaption></figure>
