[]
        
(Showing Draft Content)

C1.DataCollection.C1DataCollectionEx.IsOneOf

IsOneOf Method

IsOneOf(object?[]?, object?)

Determines whether the specified element is one of the items in the array.

Declaration
public static bool IsOneOf(object?[]? array, object? elem)
Parameters
Type Name Description
object[] array

The array.

object elem

The element.

Returns
Type Description
bool