Exemple #1
0
        public override int GetHashCode()
        {
            int hash = Name.GetHashCode();

            hash = 31 * hash + MAC.GetHashCode();
            hash = 31 * hash + ConnectionQuality.GetHashCode();
            hash = 31 * hash + AuthenticationType.GetHashCode();
            return(hash);
        }