Пример #1
0
 /// <inheritdoc />
 public bool Equals(StaticTypeSubstitution other)
 {
     return(replacements == other.replacements || GenericCollectionUtils.KeyValuePairsEqual(replacements, other.replacements));
 }
Пример #2
0
 /// <inheritdoc />
 public bool Equals(Marker other)
 {
     return(@class == other.@class &&
            GenericCollectionUtils.KeyValuePairsEqual(attributes, other.attributes));
 }