예제 #1
0
 protected bool Equals(Certification other)
 {
     return Id == other.Id;
 }
예제 #2
0
 protected bool Equals(Certification other)
 {
     return(Id == other.Id);
 }