Initializer

init(objectSpecifier:comparisonOperator:test:)

Returns a specifier test initialized to evaluate a test object against an object specified by an object specifier using a given comparison operation. 与えられた比較演算を使って、オブジェクト指定子によって指定されるオブジェクトに対して、テストオブジェクトを評価するように初期化される指定子テストを返します。

Declaration 宣言

init(objectSpecifier obj1: NSScriptObjectSpecifier?, 
comparisonOperator compOp: NSSpecifierTest.TestComparisonOperation, 
test obj2: Any?)

Parameters パラメータ

obj1

An object specifier. オブジェクト指定子。

compOp

The comparison operation. 比較演算。

obj2

The object against which to evaluate the object specified by obj1. それに対してobj1によって指定されたオブジェクトを評価することになるオブジェクト。

Return Value 戻り値

A specifier test initialized to evaluate (obj2) against an object specified by obj1 using the comparison operation compOp. obj2を)obj1によって指定されたオブジェクトに対して、比較演算compOpを使って、評価するように初期化される指定子テスト。

See Also 参照

Related Documentation 関連文書