您要查找的是不是:
- Specifies the default string comparison method for a project. 指定項目的默認字符串比較方法。
- Sets the string comparison method to a strict binary sort order. 將字符串比較方法設置為使用嚴格的二進(jìn)制排序順序。
- Returns -1, 0, or 1, based on the result of a string comparison. 根據字符串比較的結果,返回-1、0或1。
- Indicates that the string comparison must use the string sort algorithm. 指示字符串比較必須使用字符串排序算法。
- For information on the string comparison options, see Comparing String Data. 有關(guān)字符串比較選項的信息,請參閱比較字符串數據。
- For more information see: Martin Pool's Natural Order String Comparison page. 更多信息見(jiàn)Martin Pool的Natural Order String Comparison頁(yè)面。
- Sets the string comparison method to sort equivalent text characters as equal. 設置字符串比較方法,以將對等文本字符以對等方式排序。
- Statement to set the binary comparison as the default string comparison method. 語(yǔ)句將二進(jìn)制比較設置為默認字符串比較方法。
- Object that performs a case-insensitive string comparison using the word comparison rules of the invariant culture. 對象,該對象使用固定區域性的單詞比較規則執行不區分大小寫(xiě)的字符串比較。
- Object that performs a case-sensitive string comparison using the word comparison rules of the current culture. 對象,該對象使用當前區域性的單詞比較規則執行區分大小寫(xiě)的字符串比較。
- Object that performs a case-sensitive string comparison using the word comparison rules of the invariant culture. 對象,該對象使用固定區域性的單詞比較規則執行區分大小寫(xiě)的字符串比較。
- Class determines whether string comparisons are case-sensitive. 屬性的值確定字符串比較是否區分大小寫(xiě)。
- Specifies that the task uses binary string comparisons. 表示任務(wù)應使用二進(jìn)制字符串比較。
- Option Compare statement to set the case-insensitive text sort order as the default string comparison method. 語(yǔ)句將區分大小寫(xiě)的文本排序順序設置為默認字符串比較方法。
- String comparison can be exact, case-sensitive or case-insensitive, or use a substring. 字符串比較可以是完全匹配、區分大小寫(xiě)或不區分大小寫(xiě),或者使用子字符串。
- Support for supplementary character string comparison based on code point with new collations in SQL Server 2005. 用SQL Server 2005中的新排序規則支持基于碼位的增補字符串比較。
- Represents a string comparison operation that uses specific case and culture-based or ordinal comparison rules. 表示一種字符串比較操作,該操作使用特定的大小寫(xiě)以及基于區域性的比較規則或序號比較規則。
- Equality of jar_name is determined by the character string comparison rules of the SQL system. jar_name的相等性由SQL系統的字符串比較規則確定。
- The following code example demonstrates how you can make a String comparison case-insensitive using the ToUpper method. 下面的代碼示例闡釋了如何通過(guò)ToUpper方法來(lái)使String比較不區分大小寫(xiě)。
- Experimentally, I also found that a looping string comparison is faster than taking a slice. 經(jīng)過(guò)實(shí)驗,我還發(fā)現循環(huán)字符串比較操作速度都非???。