Contains method
Implementation
bool Contains(PropertyDefinitionBase propertyDefinition) {
return this
._propDefSortOrderPairList
.any((pair) => pair.key == propertyDefinition);
}
bool Contains(PropertyDefinitionBase propertyDefinition) {
return this
._propDefSortOrderPairList
.any((pair) => pair.key == propertyDefinition);
}