예제 #1
0
파일: History.cs 프로젝트: hollow87/Zorbo
 public bool Equals(IRecord other)
 {
     return(other != null && ClientId.Equals(other.ClientId));
 }
예제 #2
0
파일: History.cs 프로젝트: hollow87/Zorbo
 public bool Equals(IClientId other)
 {
     return(other != null && ClientId.Equals(other));
 }