Function GraphNode.ContainsConnection
        
                ContainsConnection
        
                (GraphNode node)
    
            
            True if this node contains a connection to the given node.
                Public
            
        bool ContainsConnection (
node  |         
True if this node contains a connection to the given node.
Deprecated
    Use ContainsOutgoingConnection instead