An object specifier. オブジェクト指定子。
Initializerinit(object
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.
与えられた比較演算を使って、オブジェクト指定子によって指定されるオブジェクトに対して、テストオブジェクトを評価するように初期化される指定子テストを返します。
Availability 有効性
- macOS 10.0+
- Mac Catalyst 15.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
init(objectSpecifier obj1: NSScriptObjectSpecifier
?,
comparisonOperator compOp: NSSpecifierTest
.TestComparisonOperation
,
test obj2: Any?)
Parameters パラメータ
obj1
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 comp
.
(obj2
を)obj1
によって指定されたオブジェクトに対して、比較演算comp
を使って、評価するように初期化される指定子テスト。