Click or drag to resize

IExpressionEqualTo Method

Returns an expression that will evaluate whether or not the given and current expression are equal

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

Parameters

expression
Type: Couchbase.Lite.QueryIExpression
The expression to compare with the current one

Return Value

Type: IExpression
The expression representing the new operation
See Also