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 public override int GetHashCode()
Return Value
Type:
Int32A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a
hash table.
See Also