Ejemplo n.º 1
0
 public override int GetHashCode()
 {
     return(HashCode.Create(
                this.Value,
                this.Priority
                ));
 }
Ejemplo n.º 2
0
 public override int GetHashCode()
 {
     return(HashCode.Create(
                GetType(),
                this.Client.ConnectionInfo.Port,
                this.Client.ConnectionInfo.Host
                ));
 }