コード例 #1
0
ファイル: EAState.cs プロジェクト: ashkanalinejad/KLab
 public bool Equals(EAState other)
 {
     return(ModelState == other.ModelState && ActionState == other.ActionState);
 }
コード例 #2
0
ファイル: EAState.cs プロジェクト: ashkanalinejad/KLab
 public bool Equals(EAState other)
 {
     return ModelState == other.ModelState && ActionState == other.ActionState;
 }