![]() |
Diffusion Apple API 6.11.5
Unified Client Library for iOS, tvOS and OS X / macOS
|
An immutable delta describing the differences between two binary values.
A diff
of two binary values creates a binary delta. The binary delta can later apply
to the first value to calculate the second value.
Properties | |
BOOL | changes |
Instance Methods | |
(BOOL) | - isEqualToBinaryDelta: |
- (BOOL) isEqualToBinaryDelta: | (nullable PTDiffusionBinaryDelta *) | binaryDelta |
Compares the receiver to the given binary delta.
binaryDelta | The binary delta object with which to compare the receiver. |
YES
if the data in binary delta is equal to the contents of the receiver, otherwise NO
.
|
readnonatomicassign |
Whether the two values used to create this instance are different.