Beispiel #1
0
 public bool Equals(ConnectionKey that)
 {
     return AreEqual(this.username, that.username) && AreEqual(this.password, that.password);
 }
Beispiel #2
0
 public bool Equals(ConnectionKey that)
 {
     return(AreEqual(this.username, that.username) && AreEqual(this.password, that.password));
 }