Mono Class Library: System.Net.IPAddress Overview | Members

System.Net.IPAddress.Equals Method

Determines whether the current instance and the specified object represent the same IP address. [Edit]

public override bool Equals (object other)

Parameters

other
A object to compare to the current instance. [Edit]

Returns

A bool where true indicates comparand is an instance of the System.Net.IPAddress class and has the same IPAddress.Address property value as the current instance; otherwise false. [Edit]

Remarks

Note:

This method overrides object.Equals(object).

[Edit]

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0