objectEquals

Identifies any conflict between CFC instances on the client and the server.

objectEquals(clientobject, originalobject) → returns boolean

Argument Reference

clientobject any
Required

New instance of the CFC on the client.

originalobject any
Required

Original instance of the CFC.

Examples
Sample code invoking the objectEquals function

<cfset isNotConflict = objectEquals(originalobject, serverobject)>
<cfdump var="#isNotConflict#" />

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub