BinarySearchTree<TKey,TValue>.Compare method

Compares two objects using the IComparable interface if possible, then using one of the alternate comparison methods if needed.

protected int Compare(object left, object right)

See Also