ComponentOne Xamarin.Android
IsOneOf Method


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CollectionViewEx Class : IsOneOf Method
The array.
The elem.
Determines whether the specified elemen is one of the items in the array.
Syntax
'Declaration
 
Public Shared Function IsOneOf( _
   ByVal array() As Object, _
   ByVal elem As Object _
) As Boolean
'Usage
 
Dim array() As Object
Dim elem As Object
Dim value As Boolean
 
value = C1CollectionViewEx.IsOneOf(array, elem)
public static bool IsOneOf( 
   object[] array,
   object elem
)

Parameters

array
The array.
elem
The elem.
See Also

Reference

C1CollectionViewEx Class
C1CollectionViewEx Members