WriteConcernWValueEquals Method (WriteConcernWValue) |
[Missing <summary> documentation for "M:MongoDB.Driver.WriteConcern.WValue.Equals(MongoDB.Driver.WriteConcern.WValue)"]
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(
WriteConcernWValue other
)
Public Function Equals (
other As WriteConcernWValue
) As Boolean
abstract Equals :
other : WriteConcernWValue -> bool
override Equals :
other : WriteConcernWValue -> bool
Parameters
- other
- Type: MongoDB.DriverWriteConcernWValue
[Missing <param name="other"/> documentation for "M:MongoDB.Driver.WriteConcern.WValue.Equals(MongoDB.Driver.WriteConcern.WValue)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:MongoDB.Driver.WriteConcern.WValue.Equals(MongoDB.Driver.WriteConcern.WValue)"]
Implements
IEquatableTEquals(T)See Also