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

System.Net.SocketAddress.Equals Method

Determines whether the current instance and the specified object represent the same socket address.

public override bool Equals (object obj)

Parameters

obj
The object to compare to the current instance.

Returns

A bool where true indicates comparand is an instance of the System.Net.SocketAddress class and contains the same data as the current instance; otherwise false.

Remarks

Note:

This method overrides object.Equals(object).

Requirements

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