Método System::Globalization::SortKey::Compare

SortKey::Compare method

Compara dos claves de ordenación.

static int System::Globalization::SortKey::Compare(const SortKeyPtr &sortkey1, const SortKeyPtr &sortkey2)
ParámetroTipoDescripción
sortkey1const SortKeyPtr&Primera clave de ordenación.
sortkey2const SortKeyPtr&Segunda clave de ordenación.

ReturnValue

-1 if sortkey1 is less then sortkey2, 1 - if sortkey1 is greater then sortkey2, 0 - if sortkey1 is equal to sortkey2.

Ver también