DictionaryNodeContains - метод
Determines whether the ICollectionT contains a specific value.
Пространство имён: Tessa.UI.HashEditor.HashСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public bool Contains(
DictionaryItemNode item
)
Public Function Contains (
item As DictionaryItemNode
) As Boolean
public:
virtual bool Contains(
DictionaryItemNode^ item
) sealed
abstract Contains :
item : DictionaryItemNode -> bool
override Contains :
item : DictionaryItemNode -> bool
- item DictionaryItemNode
- The object to locate in the ICollectionT.
Boolean if
item is found in the
ICollectionT; otherwise,
.
ICollectionTContains(T)