DateTimeObjectComparer.Compare Method
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Function Compare ( _
a As Tuple(Of DateTime, Boolean, Byte()), _
b As Tuple(Of DateTime, Boolean, Byte()) _
) As Integer
public int Compare(
Tuple<DateTime, bool, byte[]> a,
Tuple<DateTime, bool, byte[]> b
)
public:
virtual int Compare(
Tuple<DateTime, bool, array<unsigned char>^>^ a,
Tuple<DateTime, bool, array<unsigned char>^>^ b
) sealed
abstract Compare :
a:Tuple<DateTime, bool, byte[]> *
b:Tuple<DateTime, bool, byte[]> -> int
override Compare :
a:Tuple<DateTime, bool, byte[]> *
b:Tuple<DateTime, bool, byte[]> -> int
public final function Compare(
a : Tuple<DateTime, boolean, byte[]>,
b : Tuple<DateTime, boolean, byte[]>
) : int
Parameters
- a
Type: System.Tuple<DateTime, Boolean, array<Byte[]>
- b
Type: System.Tuple<DateTime, Boolean, array<Byte[]>
Return Value
Type: System.Int32
Implements
.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.