Share via


DateTimeObjectComparer.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 Tuple(Of DateTime, Boolean, Byte()))
public static IComparer<Tuple<DateTime, bool, byte[]>> Instance { get; }
public:
static property IComparer<Tuple<DateTime, bool, array<unsigned char>^>^>^ Instance {
    IComparer<Tuple<DateTime, bool, array<unsigned char>^>^>^ get ();
}
static member Instance : IComparer<Tuple<DateTime, bool, byte[]>> with get
static function get Instance () : IComparer<Tuple<DateTime, boolean, byte[]>>

Property Value

Type: System.Collections.Generic.IComparer<Tuple<DateTime, Boolean, array<Byte[]>>

.NET Framework Security

See Also

Reference

DateTimeObjectComparer Class

Microsoft.TeamFoundation.Git.Server Namespace