Android.Util.StateSet.StateSetMatches Method
Return whether the state matches the desired stateSpec.

Syntax

[Android.Runtime.Register("stateSetMatches", "([II)Z", "")]
public static bool StateSetMatches (int[] stateSpec, int state)

Parameters

stateSpec
an array of required (if positive) or prohibited (if negative) Android.Views.View states.
state
a Android.Views.View state

Returns

Documentation for this section has not yet been entered.

Remarks

Return whether the state matches the desired stateSpec.

[Android Documentation]

Requirements

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