Ejemplo n.º 1
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Talk.Length != 0)
            {
                hash ^= Talk.GetHashCode();
            }
            if (Id != 0L)
            {
                hash ^= Id.GetHashCode();
            }
            return(hash);
        }