What does <> mean when setting up :filter?

I am trying to filter out the current user from a list of users. I am hoping that <> means “doesn’t equal to” since we do have a = but not a /= or != or ~= or any other conventional sign for “doesn’t equal to” but please let me know what it actually means.

“Not equal to”

1 Like

Thanks a bunch! I was testing it out and it looked like it was indeed a “not equal to” but I wasn’t sure if I was mistaking its behavior for something else. Thank you for confirming :slight_smile: