InetAddress.equal

Checks if two GInetAddress instances are equal, e.g. the same address. Since 2.30

class InetAddress
int
equal

Parameters

otherAddress InetAddress

Another GInetAddress.

Return Value

Type: int

TRUE if address and other_address are equal, FALSE otherwise.

Meta