Compares this optional with an empty None value
This will basically tells whether the optional is empty or not.
true if there's a defined value, false otherwise
See Implementation
Compares this optional with an empty None value
This will basically tells whether the optional is empty or not.