# `GSIntegerSet containsInteger:`

*Instance Method*

## Declaration

```swift
func containsInteger(_ integer: Int32) -> Bool
```

```objc
- (BOOL) containsInteger:(int) integer;
```

```python
containsInteger_(integer: int) -> bool
```

