Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.Controls.WPF.Converters
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Function Compare ( _
x As Object, _
y As Object _
) As Integer
public int Compare(
Object x,
Object y
)
public:
virtual int Compare(
Object^ x,
Object^ y
) sealed
abstract Compare :
x:Object *
y:Object -> int
override Compare :
x:Object *
y:Object -> int
public final function Compare(
x : Object,
y : Object
) : int
Parameters
- x
Type: System.Object
- y
Type: System.Object
Return Value
Type: System.Int32
Returns Int32.
Implements
IComparer.Compare(Object, Object)
.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.