套件 | com.adobe.ep.taskmanagement.filter |
介面 | public interface IComparisonOperator |
實作者 | ComparisonOperator |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
執行階段版本: | 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
.
相關 API 元素
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
name : String [唯讀]
The string representation of the comparison operator. | IComparisonOperator |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Evaluates whether two operators are the same. | IComparisonOperator |
屬性詳細資訊
name | 屬性 |
方法詳細資訊
equals | () | 方法 |
public function equals(rhs:IComparisonOperator):Boolean
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
執行階段版本: | 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.
參數
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.
|
Tue Jun 12 2018, 03:47 PM Z