# `GSBackgroundImage isEqualToBackgroundImage:`

*Instance Method*

## Declaration

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

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

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

