isNotNull

Check if the value is not null.

Return

property state Correct containing value if value is not null. Otherwise Incorrect.

Parameters

TValue

the type of the non-null value.

value

the value that may be null.