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