コード例 #1
0
        public override bool Equals(object obj)
        {
            BuildReferenceMap other = obj as BuildReferenceMap;

            if (other == null)
            {
                return(false);
            }
            return(other.GetHash128() == GetHash128());
        }