 | IAttributeTableContains Method |
Returns true if the passed key is mapped within this
attribute table, and false otherwise.
Namespace: Slash.Collections.AttributeTablesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxbool Contains(
Object key
)
Function Contains (
key As Object
) As Boolean
bool Contains(
Object^ key
)
abstract Contains :
key : Object -> bool
Parameters
- key
- Type: SystemObject
Key to check.
Return Value
Type:
Boolean True if the passed key is mapped within this attribute table.
See Also