Table of Contents

Constructor EqualsOperator

Namespace
Innova.Data.StructuredSearch.Operators
Assembly
Innova.Data.dll

EqualsOperator(string, List<object>)

Initializes a new instance of the EqualsOperator class with the specified field name and parameters.

public EqualsOperator(string fieldName, List<object> parameters)

Parameters

fieldName string

The name of the field to compare.

parameters List<object>

The list of parameters to compare against.

EqualsOperator(string, object)

Initializes a new instance of the EqualsOperator class with the specified field name and value.

public EqualsOperator(string fieldName, object value)

Parameters

fieldName string

The name of the field to compare.

value object

The value to compare against.