Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollectionEx Class / IsOneOf Method
The array.
The element.

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

    Parameters

    array
    The array.
    elem
    The element.
    See Also