Bridge

Comparer<(Of <(<'T>)>)>..::..Compare Method

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


public int Compare(
	T x,
	T y
)
Public Function Compare ( _
	x As T, _
	y As T _
) As Integer
public:
int^ Compare(
	T x, 
	T y
)

Parameters

x
Type: T
y
Type: T