# `MGOrderedDictionary removeObjectFromIndex:To:`

*Instance Method*

## Declaration

```swift
func removeObject(from: UInt, to: UInt) -> Bool
```

```objc
- (BOOL) removeObjectFromIndex:(NSUInteger) from To:(NSUInteger) to;
```

```python
removeObjectFromIndex_To_(from: int, to: int) -> bool
```

