1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../../css/manpage.css" type="text/css" /> 7 <title>operator==</title> 8 </head> 9 <body> 10 <h1><CODE><a href="../../../../nw/Overview.html">nw</a>::<a href="../../../../nw/gfx/Overview.html">gfx</a>::<a href="../../../../nw/gfx/res/Overview.html">res</a>::<a href="../../../../nw/gfx/res/ResImageTexture/Overview.html">ResImageTexture</a>::operator==</CODE> Member Function</h1> 11 <h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition"> 14bool operator==( 15 const <a href="../../../../nw/gfx/res/ResImageTexture/Overview.html">ResImageTexture</a> & rhs 16) const; 17bool operator==( 18 const <a href="../../../../nw/gfx/res/ResPixelBasedTexture/Overview.html">ResPixelBasedTexture</a> & rhs 19) const; 20bool operator==( 21 const <a href="../../../../nw/gfx/res/ResTexture/Overview.html">ResTexture</a> & rhs 22) const; 23bool operator==( 24 const <a href="../../../../nw/gfx/res/ResSceneObject/Overview.html">ResSceneObject</a> & rhs 25) const; 26</pre> 27 </div> 28 <h2>List of Overloaded Member Functions</h2> 29 <div class="section"> 30 <table class="members"> 31 <tr> 32 <td> 33 <a href="./operator==(0).html">operator== ( const ResImageTexture & ) </a> 34 </td> 35 <td> 36 </td> 37 </tr> 38 <tr> 39 <td> 40 <a href="./operator==(1).html">operator== ( const ResPixelBasedTexture & ) </a> 41 </td> 42 <td> 43 </td> 44 </tr> 45 <tr> 46 <td> 47 <a href="./operator==(2).html">operator== ( const ResTexture & ) </a> 48 </td> 49 <td> 50 </td> 51 </tr> 52 <tr> 53 <td> 54 <a href="./operator==(3).html">operator== ( const ResSceneObject & ) </a> 55 </td> 56 <td> 57 </td> 58 </tr> </table> 59 </div> 60 <h2>Description of operator== ( const ResImageTexture & )</h2> 61 <div class="section"><p>Overloaded comparison operator.</p></div> 62 <h2>Description of operator== ( const ResPixelBasedTexture & )</h2> 63 <div class="section"><p>Overloaded comparison operator.</p></div> 64 <h2>Description of operator== ( const ResTexture & )</h2> 65 <div class="section"><p>Overloaded comparison operator.</p></div> 66 <h2>Description of operator== ( const ResSceneObject & )</h2> 67 <div class="section"><p>Overloaded comparison operator.</p></div> 68 <hr><p>CONFIDENTIAL</p></body> 69</html> 70