Contains

Contains(IBehaviorProperty)

Determines whether the ICollection contains a specific value.

public bool Contains(IBehaviorProperty item)
ParameterTypeDescription
itemIBehaviorPropertyThe property to locate in the ICollection.

Return Value

true if item is found in the ICollection; otherwise, false.

See Also


Contains(string)

Determines whether the ICollection contains a specific value.

public bool Contains(string propertyValue)
ParameterTypeDescription
propertyValueStringValue of the property to locate in the ICollection.

Return Value

true if propertyValue is found in the ICollection; otherwise, false.

See Also