Contains Method
Tests if a PropertyDefinition is in the dictionary by a Key-Value Pair
Syntax
public System.bool Contains(
System.Collections.Generic.KeyValuePair<string,PropertyDefinition> item
)Public Function Contains( _
ByVal item As System.Collections.Generic.KeyValuePair(Of String,PropertyDefinition) _
) As System.BooleanParameters
| Name | Description |
|---|---|
| item | A key-value pair where the Key is the SystemName and the Value is the PropertyDefinition |
Return Value
True if the PropertyDefinition is in the dictionary. False otherwise.