Instance Method
インスタンスメソッド
matchesAppleEventCode(_:)
Returns a Boolean value indicating whether a primary or secondary Apple event code in the receiver matches the passed code.
あるブール値を返します、レシーバでの一次または二次アップルイベントコードがこの渡されたコードと合致するかどうかを指し示します。
Declaration
宣言
func matchesAppleEventCode(_ appleEventCode: FourCharCode) -> Bool
Parameters
パラメータ
appleEventCode
An Apple event code to compare against the receiver’s primary or secondary codes.
レシーバのもつ一次または二次コードと比較されることになるアップルイベントコード。
Return Value
戻り値
true
if the receiver’s primary four-character Apple event code or any of its secondary codes (its synonyms) matches code
; otherwise, false
.
true
、もしレシーバのもつ一次の4文字アップルイベントコードまたはそれの二次コード(それの同義語)のどれかがcode
に合致するならば;そうでなければfalse
。
See Also
参照
Getting and comparing Apple event codes
アップルイベントコードの取得と比較