コード例 #1
0
ファイル: ProjectTag.cs プロジェクト: larrynPL/OurUmbraco
 public bool Equals(IProjectTag other)
 {
     return this.Id == other.Id;
 }
コード例 #2
0
 public bool Equals(IProjectTag other)
 {
     return(this.Id == other.Id);
 }