---
title: isEqual
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nshashtablecallbacks/isequal
---

# isEqual

Points to the function that compares second and third parameters. If NULL, then == is used for comparison.

## Declaration

```swift
var isEqual: ((NSHashTable<AnyObject>, UnsafeRawPointer, UnsafeRawPointer) -> ObjCBool)?
```
