Equality operator =

The equality operator = returns true if its operands are 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