Beispiel #1
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Uluid != 0UL)
            {
                hash ^= Uluid.GetHashCode();
            }
            if (Snickname.Length != 0)
            {
                hash ^= Snickname.GetHashCode();
            }
            return(hash);
        }
Beispiel #2
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Uluid != 0UL)
            {
                hash ^= Uluid.GetHashCode();
            }
            if (Sacc.Length != 0)
            {
                hash ^= Sacc.GetHashCode();
            }
            if (Spwd.Length != 0)
            {
                hash ^= Spwd.GetHashCode();
            }
            if (Stel.Length != 0)
            {
                hash ^= Stel.GetHashCode();
            }
            if (Swx.Length != 0)
            {
                hash ^= Swx.GetHashCode();
            }
            if (Sqq.Length != 0)
            {
                hash ^= Sqq.GetHashCode();
            }
            if (Ullastlogin != 0UL)
            {
                hash ^= Ullastlogin.GetHashCode();
            }
            if (Ulcreatetime != 0UL)
            {
                hash ^= Ulcreatetime.GetHashCode();
            }
            return(hash);
        }