패키지 | 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:17 PM Z