Sdílet prostřednictvím


GitUtils.ObjectIdsEqual Method

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

Syntax

'Declaration
Public Shared Function ObjectIdsEqual ( _
    x As Byte(), _
    y As Byte() _
) As Boolean
public static bool ObjectIdsEqual(
    byte[] x,
    byte[] y
)
public:
static bool ObjectIdsEqual(
    array<unsigned char>^ x, 
    array<unsigned char>^ y
)
static member ObjectIdsEqual : 
        x:byte[] * 
        y:byte[] -> bool
public static function ObjectIdsEqual(
    x : byte[], 
    y : byte[]
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

GitUtils Class

Microsoft.TeamFoundation.Git.Server Namespace