CustomStringComparers.Logical Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A string comparer that performs a case-sensitive logical string comparison. A logical comparison treats consecutive digits in the string as numerical content rather than text.
public static StringComparer Logical { get; }
static member Logical : StringComparer
Public Shared ReadOnly Property Logical As StringComparer
Property Value
Remarks
See https://docs.microsoft.com/en-us/windows/desktop/api/shlwapi/nf-shlwapi-strcmplogicalw.