ObjectIdComparer.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 Byte(), _
y As Byte() _
) As Integer
public int Compare(
byte[] x,
byte[] y
)
public:
virtual int Compare(
array<unsigned char>^ x,
array<unsigned char>^ y
) sealed
abstract Compare :
x:byte[] *
y:byte[] -> int
override Compare :
x:byte[] *
y:byte[] -> int
public final function Compare(
x : byte[],
y : byte[]
) : int
Parameters
- x
Type: array<System.Byte[]
- y
Type: array<System.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.