Share via


ObjectIdComparer.Instance Property

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

Syntax

'Declaration
Public Shared ReadOnly Property Instance As IComparer(Of Byte())
public static IComparer<byte[]> Instance { get; }
public:
static property IComparer<array<unsigned char>^>^ Instance {
    IComparer<array<unsigned char>^>^ get ();
}
static member Instance : IComparer<byte[]> with get
static function get Instance () : IComparer<byte[]>

Property Value

Type: System.Collections.Generic.IComparer<array<Byte[]>

.NET Framework Security

See Also

Reference

ObjectIdComparer Class

Microsoft.TeamFoundation.Git.Server Namespace