[SOLVED] What is the meaning of this data operator: "<>"?

What is the meaning of this data operator: “<>” ?

Below is a screenshot of where it is showing up as an option:

Thanks,

1 Like

It means ‘doesn’t equal’. For example, if you had a field within the User Data Type called First Name, and you set this constraint in your search for Users:

First Name <> Bob

Then the search would not return any Users with the first name Bob.

7 Likes

Thanks @fayewatson!

No problem! :slight_smile:

damn, why invent a non standard operator :’(
been wondering why there was no “doesn’t equal” operator

2 Likes