Equal to operator.

interface EqualsComparison {
    equals: string | number | boolean;
}

Properties

Properties

equals: string | number | boolean

Threshold value compared against.