StrCmpLogicalW() private method

private StrCmpLogicalW ( string psz1, string psz2 ) : int
psz1 string
psz2 string
return int
Example #1
0
 public int Compare(string x, string y)
 {
     return(ShlWapi.StrCmpLogicalW(x, y));
 }
Example #2
0
 public int Compare(string x, string y) => ShlWapi.StrCmpLogicalW(x, y);