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.Not equals is written by negating an equality clause with the keyword NOT. Example: