Android.Content.Intent.FilterEquals Method
Determine if two intents are the same for the purposes of intent resolution (filtering).

Syntax

[Android.Runtime.Register("filterEquals", "(Landroid/content/Intent;)Z", "GetFilterEquals_Landroid_content_Intent_Handler")]
public virtual bool FilterEquals (Intent other)

Parameters

other
The other Intent to compare against.

Returns

Documentation for this section has not yet been entered.

Remarks

Determine if two intents are the same for the purposes of intent resolution (filtering). That is, if their action, data, type, class, and categories are the same. This does not compare any extra data included in the intents.

[Android Documentation]

Requirements

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