IsGreaterThan.withPropertyAndProperty constructor
IsGreaterThan.withPropertyAndProperty(
- PropertyDefinitionBase propertyDefinition,
- PropertyDefinitionBase otherPropertyDefinition
Implementation
IsGreaterThan.withPropertyAndProperty(
PropertyDefinitionBase propertyDefinition,
PropertyDefinitionBase otherPropertyDefinition)
: super.withPropertyAndProperty(
propertyDefinition, otherPropertyDefinition) {}