> 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_eq.md).

# Condition.is\_eq()

`is_eq() -> bool`

## Query Example

```python
from glider import *

def query():
  instructionlist = Instructions().if_instructions().exec(1)
  
  condition = instructionlist[0].get_condition()
  print(condition.is_eq())
  return instructionlist
```

## Example Output

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