# `bothNilOrEqual`

*Function*

## Declaration

```objc
BOOL bothNilOrEqual(id a, id b);
```

```python
bothNilOrEqual(a: object, b: object) -> bool
```

