BehaviorPropertyCollectionContains Method (String) |
Determines whether the
ICollectionT contains a specific value.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic bool Contains(
string propertyValue
)
Public Function Contains (
propertyValue As String
) As Boolean
public:
virtual bool Contains(
String^ propertyValue
) sealed
abstract Contains :
propertyValue : string -> bool
override Contains :
propertyValue : string -> bool
Parameters
- propertyValue
- Type: SystemString
Value of the property to locate in the ICollectionT.
Return Value
Type:
Boolean
true if
propertyValue is found in the
ICollectionT; otherwise, false.
Implements
IBehaviorPropertyCollectionContains(String)
See Also