Java.Util.IMap.Equals Method
Compares the argument to the receiver, and returns true if the specified object is a Map and both Maps contain the same mappings.

Syntax

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

See Also

IMap.GetHashCode
IMap.EntrySet

Parameters

object
the Object to compare with this Object.

Returns

Documentation for this section has not yet been entered.

Remarks

Compares the argument to the receiver, and returns true if the specified object is a Map and both Maps contain the same mappings.

[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