Table of Contents

Method Replaces

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Core.dll

Replaces(T)

Returns a value indicating whether this optional parameter contains a value that is not equal to an existing value.

public bool Replaces(T value)

Parameters

value T

The value.

Returns

bool

True if this optional parameter contains a value that is not equal to an existing value.