[]
Returns the result of the operator applied to the operands.
public abstract object Evaluate(object arg0, object arg1)
Public MustOverride Function Evaluate(arg0 As Object, arg1 As Object) As Object
| Type | Name | Description |
|---|---|---|
| object | arg0 | Operand on the left side of the operator |
| object | arg1 | Operand on the right side of the operator |
| Type | Description |
|---|---|
| object | Result of the operator applied to the operands |