# `GSImage isEqualToImage:`

*Instance Method*

## Declaration

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

```objc
- (BOOL) isEqualToImage:(GSImage *) other;
```

```python
isEqualToImage_(other: GSImage) -> bool
```

