Beispiel #1
0
 public bool Equals(Volume other)
 {
     return other.Value.Equals(Value) && Equals(other.Unit, Unit);
 }
Beispiel #2
0
 public virtual void SetBrewLength(Volume volume)
 {
     brewLength = volume;
 }