InlineCollectionWrapper.Contains(Inline) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the ICollection<T> contains a specific value.
public bool Contains (Windows.UI.Xaml.Documents.Inline item);
abstract member Contains : Windows.UI.Xaml.Documents.Inline -> bool
override this.Contains : Windows.UI.Xaml.Documents.Inline -> bool
Public Function Contains (item As Inline) As Boolean
Parameters
- item
- Windows.UI.Xaml.Documents.Inline