function datesEqual()

in greengrass-opcua-adapter-nodejs/config_agent.js [258:260]


function datesEqual(a, b) {
    return !(a > b || b > a);
}