SfcCollatedDictionaryCollection<T,K,ParentT>.IComparer<K>.Compare Method

Definition

Compare keys based on our current CultureInfo and IgnoreCase properties unless a custom comparer has been passed in.

int IComparer<K>.Compare (K key1, K key2);
abstract member System.Collections.Generic.IComparer<K>.Compare : 'K * 'K -> int
override this.System.Collections.Generic.IComparer<K>.Compare : 'K * 'K -> int
Function Compare (key1 As K, key2 As K) As Integer Implements IComparer(Of K).Compare

Parameters

key1
K
key2
K

Returns

Implements

Applies to