Table of Contents

Method Equals

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Equals(MongoUrl)

Compares two MongoUrls.

public bool Equals(MongoUrl rhs)

Parameters

rhs MongoUrl

The other URL.

Returns

bool

True if the two URLs are equal.

Equals(object)

Compares two MongoUrls.

public override bool Equals(object obj)

Parameters

obj object

The other URL.

Returns

bool

True if the two URLs are equal.