Esempio n. 1
0
 public bool Equals(MasterGame other)
 {
     if (ReferenceEquals(null, other))
     {
         return(false);
     }
     if (ReferenceEquals(this, other))
     {
         return(true);
     }
     return(MasterGameID.Equals(other.MasterGameID));
 }
Esempio n. 2
0
 public override int GetHashCode()
 {
     return(MasterGameID.GetHashCode());
 }