Java.Util.IComparator.Equals Method
Compares this Comparator with the specified Object and indicates whether they are equal.

Syntax

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

See Also

Java.Lang.Object.GetHashCode
Java.Lang.Object.Equals(Java.Lang.Object)

Parameters

object
the Object to compare with this comparator.

Returns

Documentation for this section has not yet been entered.

Remarks

Compares this Comparator with the specified Object and indicates whether they are equal. In order to be equal, object must represent the same object as this instance using a class-specific comparison.

A Comparator never needs to override this method, but may choose so for performance reasons.

[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