protected bool Equals(SimpleHolder other) { return(Equals(Value, other.Value)); }
protected bool Equals(SimpleHolder other) { return Equals(Value, other.Value); }