Example #1
0
 public bool Equals(ITypedMapperKey otherKey)
 => TypesMatch(otherKey) && SourceHasRequiredTypes(otherKey);
Example #2
0
 protected bool TypesMatch(ITypedMapperKey otherKey) => otherKey.MappingTypes.Equals(MappingTypes);