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