indexOf

indexOf(BehaviorProperty item) function

Determines the index of a specific item in the List.

Parameters

NameTypeDescription
itemBehaviorPropertyThe object to locate in the List.

Result

int


indexOf(String propertyValue) function

Determines the index of a specific item by property value in the List.

Parameters

NameTypeDescription
propertyValueStringvalue of the property

Result

int