> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/react.EqualityFn.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias EqualityFn<T>

```typescript
EqualityFn: (left: T, right: T) => boolean
```

Types: [T](#t)

#### Type Parameters

*   <a id="t"></a>T

#### Type Declaration

*   *   <a id="__type"></a>
        
        ```typescript
        (left: T, right: T): boolean
        ```
        
        Types: [T](#t)
        
    *   #### Parameters
        
        *   left: [T](#t)
        *   right: [T](#t)
        
        #### Returns boolean
