Для изменения размера нажмите или перетащите

ComparisonMode - перечисление

Defines the way values are compared in search filters.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public enum ComparisonMode
Члены
  Имя членаЗначениеОписание
Exact0 The comparison is exact.
IgnoreCase1 The comparison ignores casing.
IgnoreNonSpacingCharacters2 The comparison ignores spacing characters.
IgnoreCaseAndNonSpacingCharacters3 The comparison ignores casing and spacing characters.
См. также