Click or drag to resize

RevisionGetHashCode Method

Serves as a hash function for a Revision object.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public override int GetHashCode()

Return Value

Type: Int32
A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table.
See Also