contains

contains(BehaviorProperty item) method

Determines whether the IGenericCollection contains a specific value.

Parameters

NameTypeDescription
itemBehaviorPropertyThe property to locate in the IGenericCollection.

Returns

boolean


contains(String propertyValue) method

Determines whether the IGenericCollection contains a specific value.

Parameters

NameTypeDescription
propertyValueStringValue of the property to locate in the IGenericCollection.

Returns

boolean