Identifies any conflict between CFC instances on the client and the server.
objectEquals(clientobject, originalobject)
returns boolean
Name | Type | Required | Default | Description |
---|---|---|---|---|
clientobject | any | Yes | New instance of the CFC on the client. | |
originalobject | any | Yes | Original instance of the CFC. |
<cfset isNotConflict = objectEquals(originalobject, serverobject)>
<cfdump var="#isNotConflict#" />