Click or drag to resize

RevisionEquals Method

Determines whether the specified Object is equal to the current Revision.

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
The Object to compare with the current Revision.

Return Value

Type: Boolean
true if the specified Object is equal to the current Revision; otherwise, false.
See Also