<h2title="Uses of Interface System.IEquatable"class="title">Uses of Interface<br>System.IEquatable</h2>
</div>
<divclass="classUseContainer">
<ulclass="blockList">
<liclass="blockList">
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <ahref="../../System/IEquatable.html"title="interface in System">IEquatable</a></span><spanclass="tabEnd"> </span></caption>
<h3>Uses of <ahref="../../System/IEquatable.html"title="interface in System">IEquatable</a> in <ahref="../../Microsoft/Xna/Framework/package-summary.html">Microsoft.Xna.Framework</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <ahref="../../Microsoft/Xna/Framework/package-summary.html">Microsoft.Xna.Framework</a> that implement <ahref="../../System/IEquatable.html"title="interface in System">IEquatable</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Class and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/BoundingBox.html"title="class in Microsoft.Xna.Framework">BoundingBox</a></strong></code>
<divclass="block">Defines an axis-aligned box-shaped 3D volume.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/BoundingSphere.html"title="class in Microsoft.Xna.Framework">BoundingSphere</a></strong></code>
<divclass="block">Defines a sphere.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Color.html"title="class in Microsoft.Xna.Framework">Color</a></strong></code>
<divclass="block">Represents a four-component color using red, green, blue, and alpha data.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Matrix.html"title="class in Microsoft.Xna.Framework">Matrix</a></strong></code>
<divclass="block">Defines a matrix.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Plane.html"title="class in Microsoft.Xna.Framework">Plane</a></strong></code>
<divclass="block">Defines a plane.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Point.html"title="class in Microsoft.Xna.Framework">Point</a></strong></code>
<divclass="block">Defines a point in 2D space.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Quaternion.html"title="class in Microsoft.Xna.Framework">Quaternion</a></strong></code>
<divclass="block">Defines a four-dimensional vector (x,y,z,w), which is used to efficiently rotate an object about the (x, y, z) vector by the angle theta, where w = cos(theta/2).</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Ray.html"title="class in Microsoft.Xna.Framework">Ray</a></strong></code>
<divclass="block">Defines a ray.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Rectangle.html"title="class in Microsoft.Xna.Framework">Rectangle</a></strong></code>
<divclass="block">Defines a rectangle.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Vector2.html"title="class in Microsoft.Xna.Framework">Vector2</a></strong></code>
<divclass="block">Defines a vector with two components.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Vector3.html"title="class in Microsoft.Xna.Framework">Vector3</a></strong></code>
<divclass="block">Defines a vector with three components.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Vector4.html"title="class in Microsoft.Xna.Framework">Vector4</a></strong></code>
<divclass="block">Defines a vector with four components.</div>
<h3>Uses of <ahref="../../System/IEquatable.html"title="interface in System">IEquatable</a> in <ahref="../../Microsoft/Xna/Framework/Graphics/package-summary.html">Microsoft.Xna.Framework.Graphics</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <ahref="../../Microsoft/Xna/Framework/Graphics/package-summary.html">Microsoft.Xna.Framework.Graphics</a> that implement <ahref="../../System/IEquatable.html"title="interface in System">IEquatable</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Class and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Graphics/VertexPositionColor.html"title="class in Microsoft.Xna.Framework.Graphics">VertexPositionColor</a></strong></code>
<divclass="block">Describes a custom vertex format structure that contains position and color information.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Graphics/VertexPositionColorTexture.html"title="class in Microsoft.Xna.Framework.Graphics">VertexPositionColorTexture</a></strong></code>
<divclass="block">Describes a custom vertex format structure that contains position, color, and one set of texture coordinates.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Graphics/VertexPositionTexture.html"title="class in Microsoft.Xna.Framework.Graphics">VertexPositionTexture</a></strong></code>
<divclass="block">Describes a custom vertex format structure that contains position and one set of texture coordinates.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Graphics/Viewport.html"title="class in Microsoft.Xna.Framework.Graphics">Viewport</a></strong></code>
<divclass="block">Defines the window dimensions of a render-target surface onto which a 3D volume projects.</div>
<h3>Uses of <ahref="../../System/IEquatable.html"title="interface in System">IEquatable</a> in <ahref="../../Microsoft/Xna/Framework/Input/package-summary.html">Microsoft.Xna.Framework.Input</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <ahref="../../Microsoft/Xna/Framework/Input/package-summary.html">Microsoft.Xna.Framework.Input</a> that implement <ahref="../../System/IEquatable.html"title="interface in System">IEquatable</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Class and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Input/GamePadButtons.html"title="class in Microsoft.Xna.Framework.Input">GamePadButtons</a></strong></code>
<divclass="block">Identifies whether the buttons on an Xbox 360 Controller are pressed or released.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Input/GamePadDPad.html"title="class in Microsoft.Xna.Framework.Input">GamePadDPad</a></strong></code>
<divclass="block">Identifies which directions on the directional pad of an Xbox 360 Controller are being pressed.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Input/KeyboardState.html"title="class in Microsoft.Xna.Framework.Input">KeyboardState</a></strong></code>
<divclass="block">Represents a state of keystrokes recorded by a keyboard input device.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Input/MouseState.html"title="class in Microsoft.Xna.Framework.Input">MouseState</a></strong></code>
<divclass="block">Represents the state of a mouse input device, including mouse cursor position and buttons pressed.</div>
<h3>Uses of <ahref="../../System/IEquatable.html"title="interface in System">IEquatable</a> in <ahref="../../Microsoft/Xna/Framework/Input/Touch/package-summary.html">Microsoft.Xna.Framework.Input.Touch</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <ahref="../../Microsoft/Xna/Framework/Input/Touch/package-summary.html">Microsoft.Xna.Framework.Input.Touch</a> that implement <ahref="../../System/IEquatable.html"title="interface in System">IEquatable</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Class and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../Microsoft/Xna/Framework/Input/Touch/TouchLocation.html"title="class in Microsoft.Xna.Framework.Input.Touch">TouchLocation</a></strong></code>
<divclass="block">Provides methods and properties for interacting with a touch location on a touch screen device.</div>
</td>
</tr>
</tbody>
</table>
</li>
<liclass="blockList"><aname="System">
<!---->
</a>
<h3>Uses of <ahref="../../System/IEquatable.html"title="interface in System">IEquatable</a> in <ahref="../../System/package-summary.html">System</a></h3>
<tableborder="0"cellpadding="3"cellspacing="0"summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <ahref="../../System/package-summary.html">System</a> that implement <ahref="../../System/IEquatable.html"title="interface in System">IEquatable</a></span><spanclass="tabEnd"> </span></caption>
<tr>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Class and Description</th>
</tr>
<tbody>
<trclass="altColor">
<tdclass="colFirst"><code>class </code></td>
<tdclass="colLast"><code><strong><ahref="../../System/TimeSpan.html"title="class in System">TimeSpan</a></strong></code>
<divclass="block">Represents a time interval.</div>