Inequality operator <>

The inequality operator <> returns true if its operands aren’t equal, false otherwise.

Remarks

Operands must be of the same type.

The null argument values produce a null result. To test for null, use the IsNull function instead.

Examples