Method StructurallyEquals
- Namespace
- MongoDB.Driver.Core.Connections
- Assembly
- MongoDB.Driver.Core.dll
StructurallyEquals(ConnectionId)
Compares all fields of two ConnectionId instances (Equals ignores the ServerValue).
public bool StructurallyEquals(ConnectionId other)
Parameters
other
ConnectionIdThe other ConnectionId.
Returns
- bool
True if both instances are equal.