Java.Text.AttributedCharacterIteratorAttribute.Equals Method
Compares this attribute with the specified object.

Syntax

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

Parameters

object
the object to compare against.

Returns

Documentation for this section has not yet been entered.

Remarks

Compares this attribute with the specified object. Checks if both objects are the same instance. It is defined final so all subclasses have the same behavior for this method.

[Android Documentation]

Requirements

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