# `GSGuide isEqualToGuide:`

*Instance Method*

Whether another guide has equivalent geometry and settings.

## Declaration

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

```objc
- (BOOL) isEqualToGuide:(GSGuide *) other;
```

```python
isEqualToGuide_(other: GSGuide) -> bool
```

