Edit

Share via


Relational(Int32) Constructor

Definition

Initializes a new instance of the Relational class.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 Relational(int operatorTok);
public Relational (int operatorTok);
new Microsoft.JScript.Relational : int -> Microsoft.JScript.Relational
Public Sub New (operatorTok As Integer)

Parameters

operatorTok
Int32

One of the JSToken enumeration values. Specifies the comparison to perform.

Applies to

See also