C# 클래스 Swagger.Net.ResourceModels.Configuration.Operators.EqualsOperator

Equals operator.
상속: ILogicOperator
파일 보기 프로젝트 열기: giacomelli/DG-Swagger.Net

공개 메소드들

메소드 설명
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.

메소드 상세

EqualsOperator() 공개 메소드

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

Execute() 공개 메소드

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