cmp_full
Description:
Note that with cmp_flags
WITH_ATTRS, there is no total
order for comparing GVariant.
That means, if the two addresses only differ by their attributes, the sort order is undefined and the return value only indicates equality.
Parameters:
this |
the IPAddress |
b |
the IPAddress to compare |
cmp_flags |
the IPAddressCmpFlags that indicate what to compare. |
Returns:
0 if the two objects have the same values (according to their flags) or a integer indicating the compare order. |