| Pakket | com.adobe.ep.taskmanagement.filter |
| Interface | public interface IComparisonOperator |
| Geïmplementeerd door | ComparisonOperator |
| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtimeversies: | 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.
Verwante API-elementen
Openbare eigenschappen
| Eigenschap | Gedefinieerd door | ||
|---|---|---|---|
| name : String [alleen-lezen]
The string representation of the comparison operator. | IComparisonOperator | ||
Openbare methoden
| Methode | Gedefinieerd door | ||
|---|---|---|---|
Evaluates whether two operators are the same. | IComparisonOperator | ||
Eigenschapdetails
name | eigenschap |
Methodedetails
equals | () | methode |
public function equals(rhs:IComparisonOperator):Boolean| Taalversie: | ActionScript 3.0 |
| Productversie: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
| Runtimeversies: | 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.
|
Wed Jun 13 2018, 11:42 AM Z