SfcCollatedDictionaryCollection<T,K,ParentT>.IComparer<K>.Compare Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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