ComponentOne Xamarin Edition
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
public static bool IsOneOf( 
   object[] array,
   object elem
)

Parameters

array
The array.
elem
The elem.
See Also

Reference

C1CollectionViewEx Class
C1CollectionViewEx Members