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