コード例 #1
0
ファイル: ActionLog.cs プロジェクト: NeilSorensen/fubumvc
 protected bool Equals(ActionLog other)
 {
     return Equals(_action, other._action);
 }
コード例 #2
0
 protected bool Equals(ActionLog other)
 {
     return(Equals(_action, other._action));
 }