protected bool Equals(BottleProvenance other)
 {
     return Equals(_bottle, other._bottle);
 }
Beispiel #2
0
 protected bool Equals(BottleProvenance other)
 {
     return(Equals(_bottle, other._bottle));
 }