equal


Description:

public bool equal (IPAddress other)

Determines if two IPAddress objects contain the same address and prefix (attributes are not compared).

Parameters:

this

the IPAddress

other

the IPAddress to compare this to.

Returns:

true if the objects contain the same values, false if they do not.