Table of Contents

Method EncStrNormalizedEq

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

EncStrNormalizedEq(string, string)

Translates to the "$encStrNormalizedEq" aggregation expression operator for use in LINQ queries against QE-encrypted string fields.

public static bool EncStrNormalizedEq(string input, string value)

Parameters

input string

The field value.

value string

The value to compare against.

Returns

bool

true if the field value equals the value after normalization.