Click or drag to resize

SearchDefinitionBuilderTDocumentEquals Method

Overload List
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEqualsTField(ExpressionFuncTDocument, TField, TField, SearchScoreDefinitionTDocument)
Creates a search definition that queries for documents where an indexed field is equal to the specified value. Supported value types are boolean, numeric, ObjectId and date.
Public methodEqualsTField(FieldDefinitionTDocument, TField, TField, SearchScoreDefinitionTDocument)
Creates a search definition that queries for documents where an indexed field is equal to the specified value. Supported value types are boolean, numeric, ObjectId and date.
Top
See Also