Contains method
Implementation
bool Contains(PropertyDefinition propertyDefinition) {
return this._properties.containsKey(propertyDefinition);
}
bool Contains(PropertyDefinition propertyDefinition) {
return this._properties.containsKey(propertyDefinition);
}