ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.ep.taskmanagement.filter 

IComparisonOperator  - AS3 ADEP Task Management

Packagecom.adobe.ep.taskmanagement.filter
Interfacepublic 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

The 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
 PropertyDefined By
  name : String
[read-only] The string representation of the comparison operator.
IComparisonOperator
Public Methods
 MethodDefined By
  
Evaluates whether two operators are the same.
IComparisonOperator
Property Detail

name

property
name:String  [read-only]

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

The string representation of the comparison operator.



Implementation
    public function get name():String
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.

Returns
Boolean — A value of true when the rhs comparison operator are the same operator; otherwise a value of false is returned.