I have a function that returns an object. The object is always instantiated but could be empty (Dictionary). If it's empty I want to return something to the IF construct that says false.

What is the proper way of recognizing a "failure" with functions that return objects?

Thank you