接口 NotEqualsComparison实验性

Not equal to operator.

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

属性

属性

notEquals: string | number | boolean

Threshold value compared against.