Class SearchFilter.IsEqualTo

    • Constructor Detail

      • IsEqualTo

        public IsEqualTo()
        Initializes a new instance of the class.
      • IsEqualTo

        public IsEqualTo​(PropertyDefinitionBase propertyDefinition,
                         PropertyDefinitionBase otherPropertyDefinition)
        Initializes a new instance of the class.
        Parameters:
        propertyDefinition - The definition of the property that is being compared.
        otherPropertyDefinition - The definition of the property to compare with.
      • IsEqualTo

        public IsEqualTo​(PropertyDefinitionBase propertyDefinition,
                         Object value)
        Initializes a new instance of the class.
        Parameters:
        propertyDefinition - The definition of the property that is being compared.
        value - The value of the property to compare with.