Java.Util.ISet.Equals Method
Compares the specified object to this set, and returns true if they represent the same object using a class specific comparison.

Syntax

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

See Also

ISet.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 set, and returns true if they represent the same object using a class specific comparison. Equality for a set means that both sets have the same size and the same elements.

[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