<?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%2FAST%2FCompareOp</id>
	<title>Dice/AST/CompareOp - 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%2FAST%2FCompareOp"/>
	<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/AST/CompareOp&amp;action=history"/>
	<updated>2026-04-05T20:11:03Z</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/AST/CompareOp&amp;diff=850&amp;oldid=prev</id>
		<title>Skizzerz: Created page with &quot;{{APIdoc|CompareOp Enumeration}} The type of comparison to perform.  {{ns}}  == Syntax == &lt;syntaxhighlight lang=&quot;C#&quot;&gt; public enum CompareOp &lt;/syntaxhighlight&gt;  == Members == {...&quot;</title>
		<link rel="alternate" type="text/html" href="https://skizzerz.net/DiceRoller/index.php?title=Dice/AST/CompareOp&amp;diff=850&amp;oldid=prev"/>
		<updated>2017-05-16T22:55:39Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{APIdoc|CompareOp Enumeration}} The type of comparison to perform.  {{ns}}  == Syntax == &amp;lt;syntaxhighlight lang=&amp;quot;C#&amp;quot;&amp;gt; public enum CompareOp &amp;lt;/syntaxhighlight&amp;gt;  == Members == {...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{APIdoc|CompareOp Enumeration}}&lt;br /&gt;
The type of comparison to perform.&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 enum CompareOp&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Members ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Member name !! Description&lt;br /&gt;
|-&lt;br /&gt;
| Equals || Check if their value is equal to our value.&lt;br /&gt;
|-&lt;br /&gt;
| GreaterThan || Check if their value is greater than our value.&lt;br /&gt;
|-&lt;br /&gt;
| LessThan || Check if their value is less than our value.&lt;br /&gt;
|-&lt;br /&gt;
| GreaterEquals || Check if their value is greater than or equal to our value.&lt;br /&gt;
|-&lt;br /&gt;
| LessEquals || Check if their value is less than or equal to our value.&lt;br /&gt;
|-&lt;br /&gt;
| NotEquals || Check if their value is not equal to our value.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Remarks ==&lt;br /&gt;
A CompareOp is an integral part of a [[../ComparisonNode|ComparisonNode]]. The node contains a value as well as an operation, and compares the thing it is attached to against its stored value. The value stored in a ComparisonNode can be thought of as the right-hand side of the comparison.&lt;/div&gt;</summary>
		<author><name>Skizzerz</name></author>
		
	</entry>
</feed>