Java.Net.InetSocketAddress.Equals Method
Compares two socket endpoints and returns true if they are equal.

Syntax

[Android.Runtime.Register("equals", "(Ljava/lang/Object;)Z", "")]
public override sealed bool Equals (Java.Lang.Object socketAddr)

Parameters

socketAddr
the object to be tested for equality.

Returns

Documentation for this section has not yet been entered.

Remarks

Compares two socket endpoints and returns true if they are equal. Two socket endpoints are equal if the IP address or the hostname of both are equal and they are bound to the same port.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1