Table of Contents

Method SdamEquals

Namespace
MongoDB.Driver.Core.Servers
Assembly
MongoDB.Driver.Core.dll

SdamEquals(ServerDescription)

Determines whether the specified ServerDescription can be considered as equal to decide should we publish sdam events or not.

public bool SdamEquals(ServerDescription other)

Parameters

other ServerDescription

The other server description.

Returns

bool

true, if sdam events should be suppressed, otherwise false.