Relational Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Performs relational comparison operations. This class belongs to the abstract syntax tree category.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
| Name | Description | |
|---|---|---|
![]() | Relational(Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the Relational class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | EvaluateRelational(Object, Object) | This API supports the product infrastructure and is not intended to be used directly from your code. Performs a relational comparison operation on the specified operands. |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetOperator(IReflect, IReflect) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines the best method to call based on the operation that is requested and the data types of the operands.(Inherited from BinaryOp.) |
![]() | GetType() | |
![]() ![]() | JScriptCompare(Object, Object) | This API supports the product infrastructure and is not intended to be used directly from your code. Performs a relational comparison operation on the specified operands. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | operand1 | This API supports the product infrastructure and is not intended to be used directly from your code. Represents the first operand of the operation.(Inherited from BinaryOp.) |
![]() | operand2 | This API supports the product infrastructure and is not intended to be used directly from your code. Represents the second operand of the operation.(Inherited from BinaryOp.) |
![]() | operatorMeth | This API supports the product infrastructure and is not intended to be used directly from your code. Represents the operation that is actually performed.(Inherited from BinaryOp.) |
![]() | operatorTok | |
![]() | type1 | This API supports the product infrastructure and is not intended to be used directly from your code. Represents the data type of the first operand of the operation.(Inherited from BinaryOp.) |
![]() | type2 | This API supports the product infrastructure and is not intended to be used directly from your code. Represents the data type of the second operand of the operation.(Inherited from BinaryOp.) |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



