collate_cmp_func


Description:

public static int collate_cmp_func (string key1, string key2, void* analyzer)

A CompareDataFunc using a Analyzer to compare the keys.

This is just a convenience wrapper around collate_cmp.

Parameters:

key1

The first key to compare

key2

The second key to compare

analyzer

The Analyzer to use for the comparison

Returns:

-1, 0 or 1, if key1 is <, == or > than key2.