Skip to content

NonNumericComparison

Algorand TypeScript


Algorand TypeScript / index / <internal> / NonNumericComparison

NonNumericComparison<T> = T | { not: T; }

Defined in: util.ts:76

Defines possible comparison expressions for non-numeric types

T

T

{ not: T; }

not: T

Is the subject not equal to the specified value