# filterFn_greaterThanOrEqualTo

# Variable: filterFn\_greaterThanOrEqualTo

```ts
const filterFn_greaterThanOrEqualTo: FilterFn<any, any>;
```

Defined in: [fns/filterFns.ts:169](https://github.com/TanStack/table/blob/main/packages/table-core/src/fns/filterFns.ts#L169)

Keeps rows whose value is greater than or equal to the filter value.

Delegates to the built-in greater-than and equality comparisons.
