Example #1
0
 public bool CheckEqualityWithServiceV2(TestService toCheck) {
     return toCheck.Equals(this);
 }
Example #2
0
 public bool CheckEqualityWithServiceV2(TestService toCheck)
 {
     return(toCheck.Equals(this));
 }