Share via


TextRunCollection.Contains Method

Determines whether the current text run collection contains a specified text run.

Namespace: Microsoft.SPOT.Presentation.Controls
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public bool Contains (
         TextRun run
)

Parameters

  • run
    The text run to be searched for in the collection.

Return Value

true if the collection contains the specified text run; otherwise, false.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

TextRunCollection Class
TextRunCollection Members
Microsoft.SPOT.Presentation.Controls Namespace