Gio.InetAddress.prototype.equal

function equal(other_address: Gio.InetAddress): Boolean {
    // Gjs wrapper for g_inet_address_equal()
}
  

Checks if two Gio.InetAddress instances are equal, e.g. the same address.

Since 2.30

other_address

Another Gio.InetAddress.

Returns

true if address and other_address are equal, false otherwise.