コード例 #1
0
ファイル: User.cs プロジェクト: nick6652/StarostaBot
 protected bool Equals(User other)
 {
     return Id == other.Id;
 }
コード例 #2
0
ファイル: User.cs プロジェクト: u2718/HousewifeBot
 protected bool Equals(User other)
 {
     return(Id == other.Id);
 }