GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCollection Class / Contains Method
In This Topic
    Contains Method (GoCollection)
    In This Topic
    Determine if the given object is present in this collection.
    Syntax
    public virtual bool Contains( 
       GoObject obj
    )

    Parameters

    obj
    See Also