equal
Description:
public bool equal (
IPRoute other)
Determines if two IPRoute objects contain the same destination, prefix, next hop, and
metric.
(Attributes are not compared.)
Parameters:
| this |
the IPRoute
|
| other |
the IPRoute to compare this to.
|
Returns:
|
true if the objects contain the same values, false if they do not.
|