'Declaration Public Function CompareTo( _ ByVal other As CacheNode(Of TKey,TValue) _ ) As Integer
public int CompareTo( CacheNode<TKey,TValue> other )
Parameters
- other
- The CacheNode instance to be compared with.
'Declaration Public Function CompareTo( _ ByVal other As CacheNode(Of TKey,TValue) _ ) As Integer
public int CompareTo( CacheNode<TKey,TValue> other )