# `GSPathSegment isEqualToSegmentPoints:`

*Instance Method*

## Declaration

```swift
func isEqual(toSegmentPoints otherSegment: GSPathSegment) -> Bool
```

```objc
- (BOOL) isEqualToSegmentPoints:(GSPathSegment *) otherSegment;
```

```python
isEqualToSegmentPoints_(otherSegment: GSPathSegment) -> bool
```

