Exemple #1
0
        public override bool Equals(object obj)
        {
            ExtPubKey item = obj as ExtPubKey;

            if (item == null)
            {
                return(false);
            }
            return(Hash.Equals(item.Hash));
        }