コード例 #1
0
 public override int GetHashCode()
 {
     return(CubicFeet.GetHashCode());
 }
コード例 #2
0
ファイル: CubicFeet.cs プロジェクト: tekavec/CargoBookingKata
 protected bool Equals(CubicFeet other)
 {
     return _value == other._value;
 }