Click or drag to resize

TypedCollectionTContains Method (Object)

Determines whether the collection contains the item.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool Contains(
	Object value
)

Parameters

value
Type: SystemObject
Object reference.

Return Value

Type: Boolean
True if item found; otherwise false.

Implements

IListContains(Object)
See Also