GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / IsChildOf Method
In This Topic
    IsChildOf Method
    In This Topic
    Determines if this object is a child, perhaps indirectly, of the given object.
    Syntax
    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