Exemplo n.º 1
0
 public bool Equals(QueryLink other)
 {
     return(other.NotNull() && this.Head == other.Head && this.Tail == other.Tail);
 }