Share via


VisualStateGroupList.Contains(VisualStateGroup) Method

Definition

Checks whether item is in the list of visual state groups.

public bool Contains (Xamarin.Forms.VisualStateGroup item);
abstract member Contains : Xamarin.Forms.VisualStateGroup -> bool
override this.Contains : Xamarin.Forms.VisualStateGroup -> bool

Parameters

item
VisualStateGroup

The visual state group whose membership to check.

Returns

System.Boolean

true if item is in the list of groups. Otherwise, false.

Implements

System.Collections.Generic.ICollection`1.Contains(`0)

Applies to