Table of Contents

Method IsEqualTo

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

IsEqualTo<T>(T, T, string)

Ensures that the value of a parameter is equal to a comparand.

public static T IsEqualTo<T>(T value, T comparand, string paramName)

Parameters

value T

The value of the parameter.

comparand T

The comparand.

paramName string

The name of the parameter.

Returns

T

The value of the parameter.

Type Parameters

T

Type type of the value.