contains

contains(BehaviorProperty item) function

Determines whether the IGenericCollection contains a specific value.

Parameters

NameTypeDescription
itemBehaviorPropertyThe property to locate in the IGenericCollection.

Result

boolean


contains(String propertyValue) function

Determines whether the IGenericCollection contains a specific value.

Parameters

NameTypeDescription
propertyValueStringValue of the property to locate in the IGenericCollection.

Result

boolean