C# Class Swagger.Net.ResourceModels.Configuration.Operators.EqualsOperator

Equals operator.
Inheritance: ILogicOperator
Exibir arquivo Open project: giacomelli/DG-Swagger.Net

Public Methods

Method Description
EqualsOperator ( ) : System

Initializes a new instance of the Swagger.Net.ResourceModels.Configuration.Operators.EqualsOperator class.

Execute ( object state ) : bool

Execute the operator with the specified state.

Method Details

EqualsOperator() public method

Initializes a new instance of the Swagger.Net.ResourceModels.Configuration.Operators.EqualsOperator class.
public EqualsOperator ( ) : System
return System

Execute() public method

Execute the operator with the specified state.
public Execute ( object state ) : bool
state object State.
return bool