Example #1
0
 private bool Equals(FakeSelector other)
 {
     return Priority == other.Priority && TargetType == other.TargetType;
 }
Example #2
0
 private bool Equals(FakeSelector other)
 {
     return(Priority == other.Priority && TargetType == other.TargetType);
 }