CouchbaseBucket.GetHashCode Method Couchbase .NET SDK 2.0
Gets the hashcode for the CouchbaseBucket instance.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public override int GetHashCode()

Return Value

Type: Int32
The hashcode of the instance
See Also