public bool Equals(string x, string y) { string yChanged = y?.Replace(YPath, XPath); return(SharedHelper.StrCmpLogicalW(x, yChanged).Equals(0)); }
public int Compare(object x, object y) { return(SharedHelper.StrCmpLogicalW(((ListViewItem)x).Text, ((ListViewItem)y).Text)); }
public int Compare(string x, string y) { return(SharedHelper.StrCmpLogicalW(x, y)); }