# `Ash.Query.Operator.GreaterThanOrEqual`
[🔗](https://github.com/ash-project/ash/blob/v3.27.8/lib/ash/query/operator/greater_than_or_equal.ex#L5)

left >= right

In comparison, simplifies to `not(left < right)`, so it will never need to be compared against.

# `evaluate`

# `name`

# `operator`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
