Entity.IsDeepChildOf Method

GeonBit.UI

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)
Syntax
C#
public bool IsDeepChildOf(
	Entity other
)

Parameters

other
Type: GeonBit.UI.EntitiesEntity
Entity to check if this entity is descendant of.

Return Value

Type: Boolean
True if this entity is descendant of the other entity.
See Also