<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://skizzerz.net/DiceRoller/index.php?action=history&amp;feed=atom&amp;title=Dice%2FDieResult%2FEquals_%28Object%29</id>
	<title>Dice/DieResult/Equals (Object) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://skizzerz.net/DiceRoller/index.php?action=history&amp;feed=atom&amp;title=Dice%2FDieResult%2FEquals_%28Object%29"/>
	<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/DieResult/Equals_(Object)&amp;action=history"/>
	<updated>2026-04-05T20:13:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>https://skizzerz.net/DiceRoller/index.php?title=Dice/DieResult/Equals_(Object)&amp;diff=716&amp;oldid=prev</id>
		<title>Skizzerz: Created page with &quot;{{APIdoc|DieResult.Equals Method (Object)}} Compare two DieResults and return whether or not they are equal. Overridden from Object.Equals(Object).  {{ns}}  == Syntax == &lt;synt...&quot;</title>
		<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/DieResult/Equals_(Object)&amp;diff=716&amp;oldid=prev"/>
		<updated>2017-04-25T18:00:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{APIdoc|DieResult.Equals Method (Object)}} Compare two DieResults and return whether or not they are equal. Overridden from Object.Equals(Object).  {{ns}}  == Syntax == &amp;lt;synt...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{APIdoc|DieResult.Equals Method (Object)}}&lt;br /&gt;
Compare two DieResults and return whether or not they are equal. Overridden from Object.Equals(Object).&lt;br /&gt;
&lt;br /&gt;
{{ns}}&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;C#&amp;quot;&amp;gt;&lt;br /&gt;
public override bool Equals(&lt;br /&gt;
    Object d&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
; ''d''&lt;br /&gt;
: Type: System.Object&lt;br /&gt;
: The DieResult to compare against.&lt;br /&gt;
&lt;br /&gt;
=== Return Value ===&lt;br /&gt;
Type: System.Boolean&lt;br /&gt;
&lt;br /&gt;
If ''d'' is an instance of DieResult, {{cs|true}} if ''d'' is equal to the current DieResult, and {{cs|false}} otherwise. If ''d'' is not an instance of DieResult, returns {{cs|false}}.&lt;br /&gt;
&lt;br /&gt;
== Remarks ==&lt;br /&gt;
This method calls [[../Equals (DieResult)|Equals(DieResult)]] internally if ''d'' is a DieResult. See that method documentation for more information on how the comparison is performed.&lt;/div&gt;</summary>
		<author><name>Skizzerz</name></author>
		
	</entry>
</feed>