GeonBit.UI Documentation
EntityIsDeepChildOf Method |
Check if this entity is a descendant of another entity.
This goes up all the way to root.
Namespace: GeonBit.UI.Entities
Assembly: GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)

C#
public bool IsDeepChildOf( Entity other )
Parameters
- other
- Type: GeonBit.UI.EntitiesEntity
Entity to check if this entity is descendant of.
Return Value
Type: BooleanTrue if this entity is descendant of the other entity.
