示例#1
0
 public bool Equals(Volume other)
 {
     return other.Value.Equals(Value) && Equals(other.Unit, Unit);
 }
示例#2
0
文件: Recipe.cs 项目: Jonsey/BrewRoom
 public virtual void SetBrewLength(Volume volume)
 {
     brewLength = volume;
 }