GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoGroup Class
/ Contains Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Contains Method (GoGroup)
In This Topic
This predicate is true when an object belongs to this group.
Syntax
C#
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
Reference
GoGroup Class
GoGroup Members