# `GSPathSegment compare:italicAngle:`

*Instance Method*

## Declaration

```swift
func compare(_ otherObject: GSPathSegment, italicAngle: CGFloat) -> ComparisonResult
```

```objc
- (NSComparisonResult) compare:(GSPathSegment *) otherObject italicAngle:(CGFloat) italicAngle;
```

```python
compare_italicAngle_(otherObject: GSPathSegment, italicAngle: float) -> NSComparisonResult
```

