SimpleResponseConditionOperator Property  | 
 
            The operator of evaluation: Equals, NotEquals, ...
            
 
    Namespace: 
   Hummingbird.TestFramework.Automation.ResponseConditions
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[DataMemberAttribute]
public RelationalOperator Operator { get; set; }<DataMemberAttribute>
Public Property Operator As RelationalOperator
	Get
	Set
public:
[DataMemberAttribute]
property RelationalOperator Operator {
	RelationalOperator get ();
	void set (RelationalOperator value);
}[<DataMemberAttribute>]
member Operator : RelationalOperator with get, set
Property Value
Type: 
RelationalOperator
See Also