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