WriteConcern.WValue.Equals Method (WriteConcern.WValue) |
Indicates whether the current object is equal to another object of the same type.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntaxpublic bool Equals(
WriteConcern.WValue other
)
Public Function Equals (
other As WriteConcern.WValue
) As Boolean
abstract Equals :
other : WriteConcern.WValue -> bool
override Equals :
other : WriteConcern.WValue -> bool
Parameters
- other
- Type: MongoDB.Driver.WriteConcern.WValue
An object to compare with this object.
Return Value
Type:
Booleantrue if the current object is equal to the
other parameter; otherwise,
false.
Implements
IEquatable<T>.Equals(T)
See Also