hasDefault method

bool hasDefault()

Implementation

bool hasDefault() {
    return defaultValue != this;
}