예제 #1
0
 private bool Equals(KeyB other)
 {
     return(string.Equals(Value, other.Value));
 }