contains
contains(BehaviorProperty item) method
Determines whether the IGenericCollection contains a specific value.
Parameters
| Name | Type | Description |
|---|---|---|
| item | BehaviorProperty | The property to locate in the IGenericCollection. |
Returns
boolean
contains(String propertyValue) method
Determines whether the IGenericCollection contains a specific value.
Parameters
| Name | Type | Description |
|---|---|---|
| propertyValue | String | Value of the property to locate in the IGenericCollection. |
Returns
boolean