# `GSPathSegment compareMinX:`

*Instance Method*

## Declaration

```swift
func compareMinX(_ otherObject: GSPathSegment) -> ComparisonResult
```

```objc
- (NSComparisonResult) compareMinX:(GSPathSegment *) otherObject;
```

```python
compareMinX_(otherObject: GSPathSegment) -> NSComparisonResult
```

