RegistrationUtilities.Compare 方法 (String, String, Boolean)
命名空間: Microsoft.TeamFoundation.Server
組件: Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)
語法
'宣告
Public Shared Function Compare ( _
str1 As String, _
str2 As String, _
caseInsensitiveFlag As Boolean _
) As Integer
public static int Compare(
string str1,
string str2,
bool caseInsensitiveFlag
)
參數
- str1
型別:System.String
- str2
型別:System.String
- caseInsensitiveFlag
型別:System.Boolean
傳回值
型別:System.Int32
傳回 Int32。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。