Compares for equality which is the Name of the Bucket and it's ClusterController instance.
Namespace: CouchbaseAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic override bool Equals(
Object obj
)
public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: System.Object
The other CouchbaseBucket reference to compare against.
Return Value
Type:
BooleanTrue if they have the same name and
ClusterController instance.
See Also