RegistrationUtilities.Compare, méthode (String, String, Boolean)
Espace de noms : Microsoft.TeamFoundation.Server
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- str1
Type : System.String
- str2
Type : System.String
- caseInsensitiveFlag
Type : System.Boolean
Valeur de retour
Type : System.Int32
retourne Int32 ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.