Esempio n. 1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return(((ShortName != null ? ShortName.GetHashCode() : 0) * 397) ^ IsImporting.GetHashCode());
     }
 }
Esempio n. 2
0
 protected bool Equals(Project other)
 {
     return(string.Equals(ShortName, other.ShortName) && IsImporting.Equals(other.IsImporting));
 }