System.Globalization.CompareOptions.Ordinal Field

Indicates that the string comparison must use successive Unicode UTF-16 encoded values of the string (code unit by code unit comparison), leading to a fast comparison but one that is culture-insensitive. A string starting with a code unit XXXX comes before a string starting with YYYY, if XXXX is less than YYYY. This value cannot be combined with other System.Globalization.CompareOptions values and must be used alone.

Syntax

CompareOptions Ordinal

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0