GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoObject Class
/ IsChildOf Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
IsChildOf Method
In This Topic
Determines if this object is a child, perhaps indirectly, of the given object.
Syntax
C#
public
bool
IsChildOf(
GoObject
obj
)
Parameters
obj
Remarks
This predicate will be false if
obj
is this object itself or if it is not a
GoGroup
.
See Also
Reference
GoObject Class
GoObject Members