# `GSCompareLists`

*Function*

## Declaration

```swift
func GSCompareLists(_ firstCollection: [Any]!, _ secondCollection: [Any]!) -> [Any]!
```

```objc
NSArray *GSCompareLists(NSArray *firstCollection, NSArray *secondCollection);
```

```python
GSCompareLists(firstCollection: list, secondCollection: list) -> list
```

