コード例 #1
0
ファイル: Helpers.cs プロジェクト: mwiemarc/BetterExplorer
 public int Compare(string x, string y)
 {
     return(ShlWapi.StrCmpLogicalW(x, y));
 }
コード例 #2
0
 public int Compare(string x, string y) => ShlWapi.StrCmpLogicalW(x, y);