Click or drag to resize

WriteConcern.WMode.Equals Method (WriteConcern.WMode)

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.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntax
public bool Equals(
	WriteConcern.WMode other
)

Parameters

other
Type: MongoDB.Driver.WriteConcern.WMode
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatable<T>.Equals(T)
See Also