CouchbaseBucket.Equals Method Couchbase .NET SDK 2.0
Compares for equality which is the Name of the Bucket and it's ClusterController instance.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System.Object
The other CouchbaseBucket reference to compare against.

Return Value

Type: Boolean
True if they have the same name and ClusterController instance.
See Also