Ejemplo n.º 1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return((SettingsBaseComparer.GetHashCode(this) * 397)
                ^ SettingsComparer.GetHashCode(this));
     }
 }
Ejemplo n.º 2
0
 public override int GetHashCode()
 {
     return((VersionFromTillComparer.GetHashCode(this) * 397)
            ^ SettingsBaseComparer.GetHashCode(this));
 }
Ejemplo n.º 3
0
 public bool Equals(Settings other)
 {
     return(SettingsBaseComparer.Equals(this, other) &&
            SettingsComparer.Equals(this, other));
 }
Ejemplo n.º 4
0
 public bool Equals(SettingsStrings other)
 {
     return(SettingsBaseComparer.Equals(this, other) &&
            VersionFromTillComparer.Equals(this, other));
 }