Exemple #1
0
        public override bool Equals(object obj)
        {
            var other = obj as IPAddress;

            return(other != null && AddressAsDecimal.Equals(other.AddressAsDecimal));
        }