Click or drag to resize
IAttributeTableContains Method
Returns true if the passed key is mapped within this attribute table, and false otherwise.

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
bool Contains(
	Object key
)

Parameters

key
Type: SystemObject
Key to check.

Return Value

Type: Boolean
True if the passed key is mapped within this attribute table.
See Also