# `GSFeature isEqualToFeature:`

*Instance Method*

## Declaration

```swift
func isEqual(to other: GSFeature) -> Bool
```

```objc
- (BOOL) isEqualToFeature:(GSFeature *) other;
```

```python
isEqualToFeature_(other: GSFeature) -> bool
```

