StylesContains Method
Determines whether the
ICollectionT contains a specific value.
Namespace: Avalonia.StylingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool Contains(
IStyle item
)
Public Function Contains (
item As IStyle
) As Boolean
abstract Contains :
item : IStyle -> bool
override Contains :
item : IStyle -> bool
- item IStyle
- The object to locate in the ICollectionT.
Boolean if
item is found in the
ICollectionT; otherwise,
.
ICollectionTContains(T)