TextElementCollection<TextElementType>.Contains(TextElementType) Method

Definition

Queries for the presence of a specified item in the collection.

public:
 virtual bool Contains(TextElementType item);
public bool Contains (TextElementType item);
abstract member Contains : 'extElementType -> bool
override this.Contains : 'extElementType -> bool
Public Function Contains (item As TextElementType) As Boolean

Parameters

item
TextElementType

An item to query for the presence of in the collection.

Returns

true if the specified item is present in the collection; otherwise, false.

Implements

Applies to