cmp_full


Description:

[ Version ( since = "1.22" ) ]
public int cmp_full (IPAddress b, IPAddressCmpFlags cmp_flags)

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 address to.

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.