Partager via


GitUtils.CompareByteArrays, méthode

Espace de noms :  Microsoft.TeamFoundation.Git.Server
Assembly :  Microsoft.TeamFoundation.Git.Server (dans Microsoft.TeamFoundation.Git.Server.dll)

Syntaxe

'Déclaration
Public Shared Function CompareByteArrays ( _
    b1 As Byte(), _
    b1start As Integer, _
    b2 As Byte(), _
    b2start As Integer, _
    length As Integer _
) As Boolean
public static bool CompareByteArrays(
    byte[] b1,
    int b1start,
    byte[] b2,
    int b2start,
    int length
)

Paramètres

Valeur de retour

Type : System.Boolean
retourne Boolean ;

Sécurité .NET Framework

Voir aussi

Référence

GitUtils Classe

Microsoft.TeamFoundation.Git.Server, espace de noms