Exemplo n.º 1
0
 protected bool Equals(SlickGridEditor other)
 {
     return(string.Equals(_name, other._name));
 }
 protected bool Equals(SlickGridEditor other)
 {
     return string.Equals(_name, other._name);
 }