GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / IsInSameNode Method / IsInSameNode(IGoPort) Method
In This Topic
    IsInSameNode(IGoPort) Method
    In This Topic
    Determine if this port is in the same group as another port.
    Syntax
    public virtual bool IsInSameNode( 
       IGoPort p
    )

    Parameters

    p

    Return Value

    True if this port is part of the same GoGroup as p.
    See Also