/**
 * Allows Yay::notEqual() to be called as notEqual().
 */
function notEqual($value)
{
    return Yay::notEqual($value);
}