Exemplo n.º 1
0
 public AlfaSys(Universum universum, Mond mond, Sonne sonne, Erde erd, string i)
 {
     this.universum         = universum;
     this.mond              = mond;
     this.sonne             = sonne;
     this.erde              = erd;
     this.universum.alfaSys = this;
     Name = i;
 }
Exemplo n.º 2
0
 public BetaSys(Universum universum, Mond mondBeta, Sonne sonneBeta, Betaigeutze betaigeutze, string i)
 {
     this.mondBeta          = mondBeta;
     this.sonneBeta         = sonneBeta;
     this.betaigeutze       = betaigeutze;
     this.universum         = universum;
     this.universum.betaSys = this;
     Name = i;
 }
Exemplo n.º 3
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (Kpn.Length != 0)
            {
                hash ^= Kpn.GetHashCode();
            }
            if (Kpf.Length != 0)
            {
                hash ^= Kpf.GetHashCode();
            }
            if (SubBiz.Length != 0)
            {
                hash ^= SubBiz.GetHashCode();
            }
            if (Uid != 0L)
            {
                hash ^= Uid.GetHashCode();
            }
            if (Did.Length != 0)
            {
                hash ^= Did.GetHashCode();
            }
            if (ClientIp != 0L)
            {
                hash ^= ClientIp.GetHashCode();
            }
            if (AppVer.Length != 0)
            {
                hash ^= AppVer.GetHashCode();
            }
            if (Ver.Length != 0)
            {
                hash ^= Ver.GetHashCode();
            }
            if (Lat.Length != 0)
            {
                hash ^= Lat.GetHashCode();
            }
            if (Lon.Length != 0)
            {
                hash ^= Lon.GetHashCode();
            }
            if (Mond.Length != 0)
            {
                hash ^= Mond.GetHashCode();
            }
            if (Net.Length != 0)
            {
                hash ^= Net.GetHashCode();
            }
            if (Sys.Length != 0)
            {
                hash ^= Sys.GetHashCode();
            }
            if (C.Length != 0)
            {
                hash ^= C.GetHashCode();
            }
            if (Language.Length != 0)
            {
                hash ^= Language.GetHashCode();
            }
            if (CountryCode.Length != 0)
            {
                hash ^= CountryCode.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }