public bool Equals(ConnectionKey that) { return AreEqual(this.username, that.username) && AreEqual(this.password, that.password); }
public bool Equals(ConnectionKey that) { return(AreEqual(this.username, that.username) && AreEqual(this.password, that.password)); }