TfsGitTreeEntryComparer.Compare Method
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Function Compare ( _
x As TfsGitTreeEntry, _
y As TfsGitTreeEntry _
) As Integer
public int Compare(
TfsGitTreeEntry x,
TfsGitTreeEntry y
)
public:
virtual int Compare(
TfsGitTreeEntry^ x,
TfsGitTreeEntry^ y
) sealed
abstract Compare :
x:TfsGitTreeEntry *
y:TfsGitTreeEntry -> int
override Compare :
x:TfsGitTreeEntry *
y:TfsGitTreeEntry -> int
public final function Compare(
x : TfsGitTreeEntry,
y : TfsGitTreeEntry
) : int
Parameters
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.