예제 #1
0
 protected bool Equals(User other)
 {
     return Id == other.Id;
 }
예제 #2
0
파일: User.cs 프로젝트: u2718/HousewifeBot
 protected bool Equals(User other)
 {
     return(Id == other.Id);
 }