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
- b1
Type : array<System.Byte[]
- b1start
Type : System.Int32
- b2
Type : array<System.Byte[]
- b2start
Type : System.Int32
- length
Type : System.Int32
Valeur de retour
Type : System.Boolean
retourne Boolean ;
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.