コード例 #1
0
ファイル: GridEditor.cs プロジェクト: manaosoftware/ManaoForm
 protected bool Equals(GridEditor other)
 {
     return(string.Equals(Alias, other.Alias));
 }
コード例 #2
0
ファイル: GridEditor.cs プロジェクト: BarryFogarty/LeBlender
 protected bool Equals(GridEditor other)
 {
     return string.Equals(Alias, other.Alias);
 }