var length: Int
The number of bytes contained by the data object.
データオブジェクトによって含まれるバイト数。
Availability 有効性
Technology
otherData
The data object with which to compare the receiver. それとレシーバを比較することになるデータオブジェクト。
true
if the contents of other
are equal to the contents of the receiver, otherwise false
.
true
、other
の内容がレシーバの内容と等しいならば、そうでなければfalse
。
Two data objects are equal if they hold the same number of bytes, and if the bytes at the same position in the objects are the same. 2つのデータオブジェクトは、それらが同じ数のバイトを保持するならば、そしてオブジェクトの中の同じ位置でのバイトが同じであるならば等しいです。
var length: Int