<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jeremy Morgan's Journal &#187; C# code</title>
	<atom:link href="http://www.jeremymorgan.com/blog/tag/c-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremymorgan.com/blog</link>
	<description>My Personal journal about what's going on in my world, programming cars and more.</description>
	<lastBuildDate>Sun, 15 Nov 2009 03:19:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to use OR operator with Strings in C#</title>
		<link>http://www.jeremymorgan.com/blog/programming/how-to-use-or-operator-with-strings-in-c/</link>
		<comments>http://www.jeremymorgan.com/blog/programming/how-to-use-or-operator-with-strings-in-c/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 05:07:57 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[C# .net]]></category>
		<category><![CDATA[C# code]]></category>

		<guid isPermaLink="false">http://www.jeremymorgan.com/blog/?p=17</guid>
		<description><![CDATA[I just had this problem tonight, so I thought I'd share the solution. In many languages you can do a string comparison in the following way:
if &#40;$city == &#34;Portland&#34; &#124;&#124; $city == &#34;Seattle&#34;&#41; &#123;
// stuff goes here
&#125;
And this works just fine. But in C#, strings are treated as objects, so you have to do the [...]]]></description>
		<wfw:commentRss>http://www.jeremymorgan.com/blog/programming/how-to-use-or-operator-with-strings-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
