Exemplo n.º 1
0
 protected bool Equals(BaseType other)
 {
     return Value.Equals(other.Value);
 }