Table of Contents

Method Equals

Namespace
MongoDB.Driver.Core.Misc
Assembly
MongoDB.Driver.Core.dll

Equals(EndPoint, EndPoint)

Compares two end points.

public static bool Equals(EndPoint a, EndPoint b)

Parameters

a EndPoint

The first end point.

b EndPoint

The second end point.

Returns

bool

True if both end points are equal, or if both are null.