Contains Method
Determines whether the ICollection(T) contains a specific value.
Definition
Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool Contains(
IStyle item
)
Public Function Contains (
item As IStyle
) As Boolean
abstract Contains :
item : IStyle -> bool
override Contains :
item : IStyle -> bool
Parameters
- IStyle
- The object to locate in the ICollection(T).
Return Value
Boolean
true if item is found in the ICollection(T); otherwise, false.