WriteConcernEquals Method (WriteConcern) |
[Missing <summary> documentation for "M:MongoDB.Driver.WriteConcern.Equals(MongoDB.Driver.WriteConcern)"]
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax public bool Equals(
WriteConcern other
)
Public Function Equals (
other As WriteConcern
) As Boolean
abstract Equals :
other : WriteConcern -> bool
override Equals :
other : WriteConcern -> bool
Parameters
- other
- Type: MongoDB.DriverWriteConcern
[Missing <param name="other"/> documentation for "M:MongoDB.Driver.WriteConcern.Equals(MongoDB.Driver.WriteConcern)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:MongoDB.Driver.WriteConcern.Equals(MongoDB.Driver.WriteConcern)"]
Implements
IEquatableTEquals(T)See Also