RemoteTech.RelayNetwork.inContactWith C# (CSharp) Méthode

inContactWith() public méthode

public inContactWith ( RelayNode node, RelayNode other ) : bool
node RelayNode
other RelayNode
Résultat bool
        public bool inContactWith(RelayNode node, RelayNode other)
        {
            return (findShortestRelayPath(node, other) != null);
        }