# `inspectClassStopAt`

*Function*

## Declaration

```swift
func inspectClassStopAt(_ inspectedClass: AnyClass, _ stopClass: AnyClass)
```

```objc
void inspectClassStopAt(Class inspectedClass, Class stopClass);
```

```python
inspectClassStopAt(inspectedClass: type, stopClass: type)
```

## See Also

### Comparison and Inspection

- [`bothNilOrEqual`](/Core/GlyphsCore/bothNilOrEqual)
- [`compareKerning`](/Core/GlyphsCore/compareKerning)
- [`getIncludeExcludeGlyphListFilter`](/Core/GlyphsCore/getIncludeExcludeGlyphListFilter)

