Method | Description | |
---|---|---|
ContainsOperator ( IOperand source, IOperand contains ) : System |
Initializes a new instance of the Swagger.Net.ResourceModels.Configuration.Operators.ContainsOperator class.
|
|
Execute ( object state ) : bool |
Execute the operator with the specified state.
|
public ContainsOperator ( IOperand source, IOperand contains ) : System | ||
source | IOperand | Source. |
contains | IOperand | Contains. |
return | System |