Java.Util.IMapEntry.Equals Method
Compares the specified object to this Map.Entry and returns if they are equal.

Syntax

[Android.Runtime.Register("equals", "(Ljava/lang/Object;)Z", "GetEquals_Ljava_lang_Object_Handler:Java.Util.IMapEntryInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool Equals (Java.Lang.Object object)

See Also

IMapEntry.GetHashCode

Parameters

object
the Object to compare with this Object.

Returns

Documentation for this section has not yet been entered.

Remarks

Compares the specified object to this Map.Entry and returns if they are equal. To be equal, the object must be an instance of Map.Entry and have the same key and value.

[Android Documentation]

Requirements

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