GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayer Class / Contains Method
In This Topic
    Contains Method (GoLayer)
    In This Topic
    Determine if an object belongs to this layer.
    Syntax
    public bool Contains( 
       GoObject obj
    )

    Parameters

    obj
    Remarks
    This implementation currently depends on the GoObject.Layer property, a "back-pointer".
    See Also