Método GitUtils.CompareByteArrays
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (em Microsoft.TeamFoundation.Git.Server.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- b1
Tipo: array<System.Byte[]
- b1start
Tipo: System.Int32
- b2
Tipo: array<System.Byte[]
- b2start
Tipo: System.Int32
- length
Tipo: System.Int32
Valor de retorno
Tipo: System.Boolean
Retorna Boolean.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.