Function RegistryPayloadData.opCmp

Orders payload data according to public_key, when public_keys are equal, opEquals is considered for equality. Comparison falls back to seq, length of addresses and individual addresses in respective order when opEquals fail. This will eventually result in different equality from opEquals

int opCmp (
  in ref const(RegistryPayloadData) other
) nothrow @safe const;