SfcCollatedDictionaryCollection<T, K, ParentT>.IComparer<K>.Compare Método
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Compares two keys.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Private Function Compare ( _
key1 As K, _
key2 As K _
) As Integer Implements IComparer(Of K).Compare
'Uso
Dim instance As SfcCollatedDictionaryCollection
Dim key1 As K
Dim key2 As K
Dim returnValue As Integer
returnValue = CType(instance, IComparer(Of K)).Compare(key1, _
key2)
int IComparer<K>.Compare(
K key1,
K key2
)
private:
virtual int Compare(
K key1,
K key2
) sealed = IComparer<K>::Compare
private abstract Compare :
key1:'K *
key2:'K -> int
private override Compare :
key1:'K *
key2:'K -> int
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Parámetros
- key1
Tipo: K
The first key to compare.
- key2
Tipo: K
The second key to compare.
Valor devuelto
Tipo: System.Int32
A Int32 value.