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

Syntax

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

Parameters

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

Returns

Documentation for this section has not yet been entered.

Remarks

Return whether the stateSet 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