[]
Determines whether the specified element is one of the items in the array.
public static bool IsOneOf(object?[]? array, object? elem)
Type | Name | Description |
---|---|---|
object[] | array | The array. |
object | elem | The element. |
Type | Description |
---|---|
bool |