CustomStringComparers.LogicalIgnoreCase Property

Definition

A string comparer that performs a case-insensitive logical string comparison. A logical comparison treats consecutive digits in the string as numerical content rather than text.

public:
 static property StringComparer ^ LogicalIgnoreCase { StringComparer ^ get(); };
public static StringComparer LogicalIgnoreCase { get; }
static member LogicalIgnoreCase : StringComparer
Public Shared ReadOnly Property LogicalIgnoreCase As StringComparer

Property Value

Remarks

See https://docs.microsoft.com/en-us/windows/desktop/api/shlwapi/nf-shlwapi-strcmplogicalw.

Applies to