# Sandbox.GameObject.IsDescendant

```csharp
bool IsDescendant(GameObject decendant)
```

Returns true if the passed in object is a decendant of ours

### Parameters

- `decendant` (`GameObject`)

### Returns

`bool`

Declared in [Sandbox.GameObject](/api/Sandbox.GameObject).
Assembly: `Sandbox.Engine`.
