is_default


Description:

protected virtual bool is_default (Value value)

Checks if the current value is in default/auto state (unset).

Must be implemented by option rows that use Auto/clear functionality.

Parameters:

value

The current value from the options object

Returns:

true if value is unset (default/auto), false otherwise