共用方式為


CustomStringComparers.Logical 屬性

定義

執行區分大小寫邏輯字串比較的字串比較子。 邏輯比較會將字串中的連續數位視為數值內容,而不是文字。

public static StringComparer Logical { get; }
static member Logical : StringComparer
Public Shared ReadOnly Property Logical As StringComparer

屬性值

備註

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

適用於