NotificationListTContains Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Determines whether the list contains the specified item.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public bool Contains(
	T item
)

Parameters

item
Type: T
The item.

Return Value

Type: Boolean
Returns true if the dictionary contains the item otherwise false

Implements

ICollectionTContains(T)
See Also

Reference