Exemplo n.º 1
0
 public override int GetHashCode()
 {
     return(CubicFeet.GetHashCode());
 }
Exemplo n.º 2
0
 protected bool Equals(CubicFeet other)
 {
     return _value == other._value;
 }