public bool Equals(BottleService other) { if (ReferenceEquals(null, other)) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return(other._activator.GetType() == _activator.GetType()); }
public bool Equals(BottleService other) { if (ReferenceEquals(null, other)) return false; if (ReferenceEquals(this, other)) return true; return other._activator.GetType() == _activator.GetType(); }