Lifted operators are operators which work over nullable types by "lifting" the operators which already exist on the non-nullable form.
Lifted operators are operators which work over nullable types by "lifting" the operators which already exist on the non-nullable form.
The answer What are lifted operators is a good overview with additional references.