Why?
There are cases where we want to know we're using
the default value for a config option. One such
case is configuration presets
#3055
What?
Add is_default() to the config object.
How was this tested?
Unit tests
What kind of change is this?
Feature/non-breaking
Signed-off-by: Dilyan Marinov <mdilyan@vmware.com>
Why?
There are cases where we want to know we're using the default value for a config option. One such case is configuration presets
#3055
What?
Add is_default() to the config object.
How was this tested?
Unit tests
What kind of change is this?
Feature/non-breaking