GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayerCollection Class / Contains Method
a GoLayer
In This Topic
    Contains Method (GoLayerCollection)
    In This Topic
    A predicate to see if a particular GoLayer is a member of this collection.
    Syntax
    public bool Contains( 
       GoLayer layer
    )

    Parameters

    layer
    a GoLayer
    See Also