<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.oxeyegames.com/wiki/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.oxeyegames.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Equals</id>
		<title>Equals - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.oxeyegames.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Equals"/>
		<link rel="alternate" type="text/html" href="http://www.oxeyegames.com/wiki/index.php?title=Equals&amp;action=history"/>
		<updated>2026-05-29T22:26:56Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://www.oxeyegames.com/wiki/index.php?title=Equals&amp;diff=114&amp;oldid=prev</id>
		<title>Jeb: Created page with '{{GUIMethod | WChar:equals(other) | This method checks if this string object is identical to another WChar string object. | {{MethodParam|other|A WChar|The other WChar object to ...'</title>
		<link rel="alternate" type="text/html" href="http://www.oxeyegames.com/wiki/index.php?title=Equals&amp;diff=114&amp;oldid=prev"/>
				<updated>2009-03-08T22:41:50Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#39;{{GUIMethod | WChar:equals(other) | This method checks if this string object is identical to another WChar string object. | {{MethodParam|other|A WChar|The other WChar object to ...&amp;#39;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{GUIMethod&lt;br /&gt;
|&lt;br /&gt;
WChar:equals(other)&lt;br /&gt;
|&lt;br /&gt;
This method checks if this string object is identical to another WChar string object.&lt;br /&gt;
|&lt;br /&gt;
{{MethodParam|other|A WChar|The other WChar object to compare with.}}&lt;br /&gt;
|&lt;br /&gt;
Returns true if this object is equal to the other object, otherwise false. Will return false if the parameter is any other data type than WChar.&lt;br /&gt;
}}&lt;br /&gt;
=== Example ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   local printBoolean = function(value) if (value) then print(&amp;quot;true&amp;quot;) else print(&amp;quot;false&amp;quot;) end end&lt;br /&gt;
   local textA = WChar(&amp;quot;A&amp;quot;)&lt;br /&gt;
   local textB = WChar(&amp;quot;a&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
   printBoolean(textA:equals(textB)) -- false, case sensitive&lt;br /&gt;
   printBoolean(textA:equals(&amp;quot;A&amp;quot;)) -- false, the parameter is not a WChar&lt;br /&gt;
   printBoolean(textA:equals(WChar(&amp;quot;A&amp;quot;))) -- true&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jeb</name></author>	</entry>

	</feed>