Click or drag to resize

ConnectionDescriptionEquals Method (ConnectionDescription)

[Missing <summary> documentation for "M:MongoDB.Driver.Core.Connections.ConnectionDescription.Equals(MongoDB.Driver.Core.Connections.ConnectionDescription)"]

Namespace:  MongoDB.Driver.Core.Connections
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax
public bool Equals(
	ConnectionDescription other
)

Parameters

other
Type: MongoDB.Driver.Core.ConnectionsConnectionDescription

[Missing <param name="other"/> documentation for "M:MongoDB.Driver.Core.Connections.ConnectionDescription.Equals(MongoDB.Driver.Core.Connections.ConnectionDescription)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:MongoDB.Driver.Core.Connections.ConnectionDescription.Equals(MongoDB.Driver.Core.Connections.ConnectionDescription)"]

Implements

IEquatableTEquals(T)
See Also