Parameters
- context
- An EvaluationContext object indicates the evaluation context.
- value
- An IPrimitiveValue object idnicates the value to compare with.
Return Value
A signed number indicating the relative values of this instance and value.Return Value Description Less than zero This instance is less than value. Zero This instance is equal to value. Greater than zero This instance is greater than value.-or- value is null.