# `NSArray containsWhere(_:)`

*Instance Method*

## Declaration

```swift
func containsWhere(_ predicate: ((Any?) -> Bool)!) -> Bool
```

