Exemplo n.º 1
0
 public bool Equals(ConditionalMatcher <T> other) => equatable.Value.Equals(other?.equatable?.Value, EqualityComparer <object> .Default);
Exemplo n.º 2
0
 public bool Equals(ConditionalMatcher <T> other)
 => other != null && ReferenceEquals(condition, other.condition) && name.Equals(other.name);