<?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%2Foperator_%3D%3D</id>
	<title>Dice/DieResult/operator == - 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%2Foperator_%3D%3D"/>
	<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/DieResult/operator_%3D%3D&amp;action=history"/>
	<updated>2026-05-03T06:55:45Z</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/operator_%3D%3D&amp;diff=717&amp;oldid=prev</id>
		<title>Skizzerz: Created page with &quot;{{APIdoc|1=DieResult.operator == Method (DieResult, DieResult)}} Compare two DieResults and return whether or not they are equal. Implements DieResult == DieResult.  {{ns}}  =...&quot;</title>
		<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/DieResult/operator_%3D%3D&amp;diff=717&amp;oldid=prev"/>
		<updated>2017-04-25T18:01:20Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{APIdoc|1=DieResult.operator == Method (DieResult, DieResult)}} Compare two DieResults and return whether or not they are equal. Implements DieResult == DieResult.  {{ns}}  =...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{APIdoc|1=DieResult.operator == Method (DieResult, DieResult)}}&lt;br /&gt;
Compare two DieResults and return whether or not they are equal. Implements DieResult == DieResult.&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 static bool operator ==(&lt;br /&gt;
    DieResult a,&lt;br /&gt;
    DieResult b&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
; ''a''&lt;br /&gt;
: Type: [[Dice/DieResult|Dice.DieResult]]&lt;br /&gt;
: The first DieResult to compare.&lt;br /&gt;
&lt;br /&gt;
; ''b''&lt;br /&gt;
: Type: [[Dice/DieResult|Dice.DieResult]]&lt;br /&gt;
: The second DieResult to compare.&lt;br /&gt;
&lt;br /&gt;
=== Return Value ===&lt;br /&gt;
Type: System.Boolean&lt;br /&gt;
&lt;br /&gt;
{{cs|true}} if ''a'' and ''b'' are equal, and {{cs|false}} otherwise.&lt;br /&gt;
&lt;br /&gt;
== Remarks ==&lt;br /&gt;
This method calls [[../Equals (DieResult)|a.Equals(b)]] internally. See that method documentation for more information on how the comparison is performed.&lt;/div&gt;</summary>
		<author><name>Skizzerz</name></author>
		
	</entry>
</feed>