Click or drag to resize

IExpressionMatch Method

Returns an expression that will evaluate whether or not the given expression full text matches the current one

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
IExpression Match(
	Object expression
)

Parameters

expression
Type: SystemObject
The expression to compare with the current one

Return Value

Type: IExpression
The expression representing the new operation
See Also