This searches the Name field for objects that exactly match the string “John Smith”. The search is case-insensitive, so an object will match if its Name field is “john smith”, “JOHN SMITH”, etc.This clause actually searches for the exact timestamp value 2010-08-05 05:40:00.000. However, timestamps can be used in range clauses. See also the section Subfield Clauses, which describes clauses that search for timestamp subfields.Link fields and the _ID field can also be used in equal searches by comparing to an object ID. For example:Not equals is written by negating an equality clause with the keyword NOT. Example: