RemoteTech.RemoteCore.InContactWith C# (CSharp) Méthode

InContactWith() private méthode

private InContactWith ( RelayNode other ) : bool
other RelayNode
Résultat bool
        bool InContactWith(RelayNode other)
        {
            return contacts.Contains(other.ID);
        }