Community Member Profile
Tony Wu
Member since May 14, 2009
- Profile: /members/3410-Tony-Wu.htm
- Comments: 1
- Points: 11
Recent Blog Comments By Tony Wu
-
Comparing ColdFusion Struct Equality With Java
Posted on May 14, 2009 at 7:07 PM
Be careful when using this technique. There are some strange quirks with using equals() with ColdFusion numbers. For instance: <cfset a = structNew() /> <cfset a.n = 2 /> <cfset b = structNew() /> <cfset b.n = 2 /> <cfoutput> #a.equal... read more »



