<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Compare two objects</title>
	<atom:link href="http://www.flexer.info/2007/11/07/compare-two-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexer.info/2007/11/07/compare-two-objects/</link>
	<description>flex developers web corner</description>
	<lastBuildDate>Wed, 18 Jan 2012 13:28:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paurav Shah</title>
		<link>http://www.flexer.info/2007/11/07/compare-two-objects/comment-page-1/#comment-1970</link>
		<dc:creator>Paurav Shah</dc:creator>
		<pubDate>Tue, 21 Sep 2010 13:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2007/11/07/compare-two-objects/#comment-1970</guid>
		<description>Just wanted to ask. whether this code will work if the objects we are comapring are having child objects? I am having a object who is having a child object and trying to compare them bue everytime its returning false.

Appericiate your help in this.</description>
		<content:encoded><![CDATA[<p>Just wanted to ask. whether this code will work if the objects we are comapring are having child objects? I am having a object who is having a child object and trying to compare them bue everytime its returning false.</p>
<p>Appericiate your help in this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathieu St-Gelais</title>
		<link>http://www.flexer.info/2007/11/07/compare-two-objects/comment-page-1/#comment-1846</link>
		<dc:creator>Mathieu St-Gelais</dc:creator>
		<pubDate>Wed, 17 Mar 2010 14:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2007/11/07/compare-two-objects/#comment-1846</guid>
		<description>Works like a charm. I had to compare various arrays of complex objects, and this function came to the rescue. It is now part of my &quot;various utils&quot; class and I use it a lot.

Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Works like a charm. I had to compare various arrays of complex objects, and this function came to the rescue. It is now part of my &#8220;various utils&#8221; class and I use it a lot.</p>
<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.flexer.info/2007/11/07/compare-two-objects/comment-page-1/#comment-1290</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 13 Feb 2009 21:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2007/11/07/compare-two-objects/#comment-1290</guid>
		<description>This looks nice. I&#039;ll have to try it out.

Thanks in advance...</description>
		<content:encoded><![CDATA[<p>This looks nice. I&#8217;ll have to try it out.</p>
<p>Thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.flexer.info/2007/11/07/compare-two-objects/comment-page-1/#comment-1001</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 17 Dec 2008 15:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2007/11/07/compare-two-objects/#comment-1001</guid>
		<description>Great function!

Cut n paste it and it works flawlessly in Flex 3.

This replaced a === that wasn&#039;t working for me. Has anyone found a simpler way to do the same thing?</description>
		<content:encoded><![CDATA[<p>Great function!</p>
<p>Cut n paste it and it works flawlessly in Flex 3.</p>
<p>This replaced a === that wasn&#8217;t working for me. Has anyone found a simpler way to do the same thing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virgil Cristea</title>
		<link>http://www.flexer.info/2007/11/07/compare-two-objects/comment-page-1/#comment-990</link>
		<dc:creator>Virgil Cristea</dc:creator>
		<pubDate>Tue, 09 Dec 2008 09:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2007/11/07/compare-two-objects/#comment-990</guid>
		<description>What this method does it serializes the objects and then compares them on byte basis. It should work for all objects. Can you please send me an email with what you are trying to compare?</description>
		<content:encoded><![CDATA[<p>What this method does it serializes the objects and then compares them on byte basis. It should work for all objects. Can you please send me an email with what you are trying to compare?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theo</title>
		<link>http://www.flexer.info/2007/11/07/compare-two-objects/comment-page-1/#comment-989</link>
		<dc:creator>Theo</dc:creator>
		<pubDate>Tue, 09 Dec 2008 09:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2007/11/07/compare-two-objects/#comment-989</guid>
		<description>Hi,

I tried this piece of code but it always returns false.

I have two really big objects which I like to compare.

kind regards

Theo</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried this piece of code but it always returns false.</p>
<p>I have two really big objects which I like to compare.</p>
<p>kind regards</p>
<p>Theo</p>
]]></content:encoded>
	</item>
</channel>
</rss>

