/// <summary>Returns a hash code value for this object.</summary>
 public override int GetHashCode()
 {
     return(Query.GetHashCode() ^ (Occur.MUST.Equals(occur)?1:0) ^ (Occur.MUST_NOT.Equals(occur)?2:0));
 }
 /// <summary>Returns a hash code value for this object. </summary>
 public override int GetHashCode()
 {
     return(query.GetHashCode() ^ filter.GetHashCode() + System.Convert.ToInt32(Boost));
 }
Exemple #3
0
 public override int GetHashCode()
 {
     return(query.GetHashCode() ^ unchecked ((int)0x923F64B9));
 }