コード例 #1
0
ファイル: TermQuery.cs プロジェクト: raj581/Marvin
 /// <summary>Returns a hash code value for this object.</summary>
 public override int GetHashCode()
 {
     return(BitConverter.ToInt32(BitConverter.GetBytes(GetBoost()), 0) ^ term.GetHashCode());
 }