예제 #1
0
파일: QueryLink.cs 프로젝트: Spaxys/Kean
 public bool Equals(QueryLink other)
 {
     return(other.NotNull() && this.Head == other.Head && this.Tail == other.Tail);
 }