Search.../

ne( )

Syntax

function ne(propertyName: string, value: any): SubmissionsQueryBuilder

ne Parameters

NAME
TYPE
DESCRIPTION
propertyName
Optional
string

Property whose value is compared with value.

value
Optional
any

Value to compare against.

Returns

Was this helpful?