IsPropertyUpdated method
Implementation
bool IsPropertyUpdated(PropertyDefinition propertyDefinition) {
return this._modifiedProperties.contains(propertyDefinition) ||
this._addedProperties.contains(propertyDefinition);
}
bool IsPropertyUpdated(PropertyDefinition propertyDefinition) {
return this._modifiedProperties.contains(propertyDefinition) ||
this._addedProperties.contains(propertyDefinition);
}