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

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{APIdoc|1=RollResult.operator != Method (RollResult, RollResult)}} Compare two RollResults and return whether or not they are not equal. Implements RollResult != RollResult....&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{APIdoc|1=RollResult.operator != Method (RollResult, RollResult)}}&lt;br /&gt;
Compare two RollResults and return whether or not they are not equal. Implements RollResult != RollResult.&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;
    RollResult a,&lt;br /&gt;
    RollResult 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/RollResult|Dice.RollResult]]&lt;br /&gt;
: The first RollResult to compare.&lt;br /&gt;
&lt;br /&gt;
; ''b''&lt;br /&gt;
: Type: [[Dice/RollResult|Dice.RollResult]]&lt;br /&gt;
: The second RollResult 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 not equal, and {{cs|false}} otherwise.&lt;br /&gt;
&lt;br /&gt;
== Remarks ==&lt;br /&gt;
This method calls [[../Equals (RollResult)|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>