예제 #1
0
 public bool Equals(MatchInfo <T> obj)
 => obj.Equals(Key) && Object.Equals(obj.Value, Value);