Method SdamEquals
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
ServerDescriptionThe other server description.
Returns
- bool
true
, if sdam events should be suppressed, otherwisefalse
.