Пример #1
0
 protected bool Equals(SimpleHolder other)
 {
     return(Equals(Value, other.Value));
 }
 protected bool Equals(SimpleHolder other)
 {
     return Equals(Value, other.Value);
 }