MongoCredentialEquals Method (Object) |
Compares this MongoCredential to another MongoCredential.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
The other credential.
Return Value
Type:
BooleanTrue if the two credentials are equal.
See Also