# `GSInfoValueLocalized indexOfObjectInValues:`

*Instance Method*

## Declaration

```swift
func indexOfObject(inValues value: GSInfoValue) -> UInt
```

```objc
- (NSUInteger) indexOfObjectInValues:(GSInfoValue *) value;
```

```python
indexOfObjectInValues_(value: GSInfoValue) -> int
```

