GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGroup Class / Contains Method
In This Topic
    Contains Method (GoGroup)
    In This Topic
    This predicate is true when an object belongs to this group.
    Syntax
    public virtual bool Contains( 
       GoObject obj
    )

    Parameters

    obj
    Remarks
    This predicate is false if the obj is null, or if its GoObject.GoObject.Parent is not this group.
    See Also