Return true if the type of the specified lhs and rhs are equal, and return false if they are not equal. Two OptionValue_NullOf objects are equal when their type attributes are equal.

Synopsis

Declared in <balcl_optionvalue.h>

bool
operator==(
    OptionValue_NullOf const& lhs,
    OptionValue_NullOf const& rhs);

Created with MrDocs