GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoSelection 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 (GoSelection)
In This Topic
Determine if an object is part of this selection.
Syntax
C#
public
override
bool
Contains(
GoObject
obj
)
Parameters
obj
Remarks
The default implementation uses a hashtable to decide quickly.
See Also
Reference
GoSelection Class
GoSelection Members
Add Method