Beispiel #1
0
 public bool Equals(MapRequest other) =>
 RequestedTypes.Equals(other.RequestedTypes) && RuntimeTypes.Equals(other.RuntimeTypes) && Equals(MemberMap, other.MemberMap);
Beispiel #2
0
 public bool Equals(MapRequest other) => RequestedTypes.Equals(other.RequestedTypes) && RuntimeTypes.Equals(other.RuntimeTypes);
Beispiel #3
0
 public bool Equals(MapRequest other)
 {
     return(RequestedTypes.Equals(other.RequestedTypes) && RuntimeTypes.Equals(other.RuntimeTypes));
 }
Beispiel #4
0
 public bool Equals(MapRequest other) =>
 RequestedTypes.Equals(other.RequestedTypes) && RuntimeTypes.Equals(other.RuntimeTypes) && Equals(PropertyMap, other.PropertyMap);