 | HierarchicalAttributeTableContains Method |
Returns true if the passed key is mapped within this
attribute table, and false otherwise. If the key is looked up and can't be found, the parents of this are
checked, in order.
Namespace: Slash.Collections.AttributeTablesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic bool Contains(
Object key
)
Public Function Contains (
key As Object
) As Boolean
public:
virtual bool Contains(
Object^ key
) sealed
abstract Contains :
key : Object -> bool
override 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 or any of its parents.
Implements
IAttributeTableContains(Object)
See Also