Instance Method
インスタンスメソッド
self()
Returns the receiver.
レシーバを返します。
Required.
必須。
Technology
- Objective-C Runtime
Objective-Cランタイム
Return Value
戻り値
The receiver.
レシーバ。
See Also
参照
Identifying and Comparing Objects
func isEqual(Any?) -> Bool
Returns a Boolean value that indicates whether the receiver and a given object are equal.
レシーバと与えられたオブジェクトが等しいかどうかを指し示すブール値を返します。
Required.
必須。
var hash: Int
Returns an integer that can be used as a table address in a hash table structure.
Required.
必須。
Related Documentation
関連文書
- class
Returns the class object for the receiver’s class.
レシーバのもつクラスのクラスオブジェクトを返します。