Click or drag to resize

QueryRowEquals Method

This is used implicitly by -[LiveQuery update] to decide whether the query result has changed enough to notify the client.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:Couchbase.Lite.QueryRow.Equals(System.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Couchbase.Lite.QueryRow.Equals(System.Object)"]

Remarks
This is used implicitly by -[LiveQuery update] to decide whether the query result has changed enough to notify the client. So it's important that it not give false positives, else the app won't get notified of changes.
See Also