Click or drag to resize

EndPointHelperEquals Method

Compares two end points.

Namespace:  MongoDB.Driver.Core.Misc
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public static bool Equals(
	EndPoint a,
	EndPoint b
)

Parameters

a
Type: System.NetEndPoint
The first end point.
b
Type: System.NetEndPoint
The second end point.

Return Value

Type: Boolean
True if both end points are equal, or if both are null.
See Also