objectEquals

No Help Available

objectEquals(Param1, Param2) → returns boolean

Argument Reference

Param1 variableName
Required

New instance of the CFC on the client.

Param2 variableName
Required

Original instance of the CFC.

Examples
Sample code invoking the objectEquals function

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

Fork me on GitHub