| Package | com.adobe.ep.taskmanagement.filter |
| Interface | public interface IComparisonOperator |
| Implementors | ComparisonOperator |
| Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtime Versions: | AIR 2.6, Flash Player 10.2 |
IComparison interface provides filtering for comparison operators, such as EQUAL and LESS_THAN. The comparison operators are
defined in the class com.adobe.ep.taskmanagement.filter.ComparisonOperator.
Related API Elements
Public Properties
| Property | Defined By | ||
|---|---|---|---|
| name : String [read-only]
The string representation of the comparison operator. | IComparisonOperator | ||
Public Methods
| Method | Defined By | ||
|---|---|---|---|
Evaluates whether two operators are the same. | IComparisonOperator | ||
Property Detail
name | property |
Method Detail
equals | () | method |
public function equals(rhs:IComparisonOperator):Boolean| Language Version: | ActionScript 3.0 |
| Product Version: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtime Versions: | AIR 2.6, Flash Player 10.2 |
Evaluates whether two operators are the same.
A value of True is returned when the operations are the same,
otherwise, a value of False is returned.
Parameters
rhs:IComparisonOperator — Specifies the ComparisonOperator object to which to compare.
|
Boolean — A value of true when the rhs comparison operator are the same operator; otherwise a value of false is returned.
|
Thu Dec 6 2018, 01:12 PM -08:00