Click or drag to resize

IExpressionIsNot Method

Returns an expression to test whether or not the given expression is NOT the same as the current current expression

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
IExpression IsNot(
	IExpression expression
)

Parameters

expression
Type: Couchbase.Lite.QueryIExpression
The expression to compare to

Return Value

Type: IExpression
The expression representing the new operation
See Also