コード例 #1
0
ファイル: TaskOwner.cs プロジェクト: RyanHauert/fubumvc
 protected bool Equals(TaskOwner other)
 {
     return string.Equals(Owner, other.Owner) && Equals(Id, other.Id);
 }
コード例 #2
0
ファイル: TaskOwner.cs プロジェクト: ArthurYiL/fubumvc
 protected bool Equals(TaskOwner other)
 {
     return(string.Equals(Owner, other.Owner) && Equals(Id, other.Id));
 }