ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionViewEx Class / IsOneOf Method
The array.
The elem.

In This Topic
    IsOneOf Method
    In This Topic
    Determines whether the specified elemen is one of the items in the array.
    Syntax
    'Declaration
     
    Public Shared Function IsOneOf( _
       ByVal array() As System.Object, _
       ByVal elem As System.Object _
    ) As System.Boolean
    public static System.bool IsOneOf( 
       System.object[] array,
       System.object elem
    )

    Parameters

    array
    The array.
    elem
    The elem.
    See Also