![]() |
Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
|
An immutable delta describing the differences between two binary values. More...
#include <PTDiffusionBinaryDelta.h>
Instance Methods | |
| (BOOL) | - isEqualToBinaryDelta: |
Properties | |
| BOOL | changes |
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.
| - (BOOL) isEqualToBinaryDelta: | (nullable PTDiffusionBinaryDelta *) | binaryDelta |
Compares the receiver to the given binary delta.
| binaryDelta | The binary delta object with which to compare the receiver. |
|
readnonatomicassign |
Whether the two values used to create this instance are different.