GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSelection Class / Contains Method
In This Topic
    Contains Method (GoSelection)
    In This Topic
    Determine if an object is part of this selection.
    Syntax
    public override bool Contains( 
       GoObject obj
    )

    Parameters

    obj
    Remarks
    The default implementation uses a hashtable to decide quickly.
    See Also