Not equal to operator.
export interface NotEqualsComparison { notEquals: boolean | number | string;} Copy
export interface NotEqualsComparison { notEquals: boolean | number | string;}
Threshold value compared against.
Not equal to operator.
Source