Esempio n. 1
0
 protected bool Equals(GridEditor other)
 {
     return(string.Equals(Alias, other.Alias));
 }
Esempio n. 2
0
 protected bool Equals(GridEditor other)
 {
     return string.Equals(Alias, other.Alias);
 }