Beispiel #1
0
        public override bool Equals(object obj)
        {
            LinkQuality other = (obj as LinkQuality);

            if (other != null)
            {
                return(other.Value == this.Value);
            }
            else
            {
                return(false);
            }
        }