Synchronize two dojo/Stateful properties.
Synchronize two dojo/Stateful properties.
| Parameter | Type | Description |
|---|---|---|
| source | dojo/Stateful | Source dojo/Stateful to be synchronized. |
| sourceProp | String | The property name in source to be synchronized. |
| target | dojo/Stateful | Target dojo/Stateful to be synchronized. |
| targetProp | String | The property name in target to be synchronized. |
| options | dojox/mvc/sync.options | Data binding options. |
The handle of data binding synchronization.
See the dojox/mvc/sync reference documentation for more information.
Data binding goes in both directions (dojox/mvc/Bind.from | dojox/mvc/Bind.to)
Returns if the given two values are equal.
| Parameter | Type | Description |
|---|---|---|
| dst | Anything | |
| src | Anything |