Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- x
 Type: array<System.Byte[]
- y
 Type: array<System.Byte[]
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.