protected bool Equals(GridEditor other) { return(string.Equals(Alias, other.Alias)); }
protected bool Equals(GridEditor other) { return string.Equals(Alias, other.Alias); }