命名空间: Microsoft.TeamFoundation.Git.Server
程序集: Microsoft.TeamFoundation.Git.Server(在 Microsoft.TeamFoundation.Git.Server.dll 中)
语法
声明
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
)
参数
- b1
类型:array<System.Byte[]
- b1start
类型:System.Int32
- b2
类型:array<System.Byte[]
- b2start
类型:System.Int32
- length
类型:System.Int32
返回值
类型:System.Boolean
返回 Boolean。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。