Not equal to operator.

interface NotEqualsComparison {
    notEquals: string | number | boolean;
}

Properties

Properties

notEquals: string | number | boolean

Threshold value compared against.