Example #1
0
 public bool Exists(TField value)
 {
     return(_index.Exists(value));
 }