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>nw::gfx::res::ResImageTexture::operator== 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;
17
18bool operator==(
19     const <a href="../../../../nw/gfx/res/ResPixelBasedTexture/Overview.html">ResPixelBasedTexture</a> & rhs
20) const;
21
22bool operator==(
23     const <a href="../../../../nw/gfx/res/ResTexture/Overview.html">ResTexture</a> & rhs
24) const;
25
26bool operator==(
27     const <a href="../../../../nw/gfx/res/ResSceneObject/Overview.html">ResSceneObject</a> & rhs
28) const;
29</pre>
30    </div>
31    <h2>List of Overloaded Member Functions</h2>
32    <div class="section">
33      <table class="members">
34        <tr>
35          <td>
36            <a href="./operator==(0).html">operator== ( const ResImageTexture & ) </a>
37          </td>
38          <td>
39          </td>
40        </tr>
41        <tr>
42          <td>
43            <a href="./operator==(1).html">operator== ( const ResPixelBasedTexture & ) </a>
44          </td>
45          <td>
46          </td>
47        </tr>
48        <tr>
49          <td>
50            <a href="./operator==(2).html">operator== ( const ResTexture & ) </a>
51          </td>
52          <td>
53          </td>
54        </tr>
55        <tr>
56          <td>
57            <a href="./operator==(3).html">operator== ( const ResSceneObject & ) </a>
58          </td>
59          <td>
60          </td>
61        </tr> </table>
62    </div>
63    <h2>Description of operator== ( const ResImageTexture & )</h2>
64    <div class="section"><p>Overloaded comparison operator.</p></div>
65    <h2>Description of operator== ( const ResPixelBasedTexture & )</h2>
66    <div class="section"><p>Overloaded comparison operator.</p></div>
67    <h2>Description of operator== ( const ResTexture & )</h2>
68    <div class="section"><p>Overloaded comparison operator.</p></div>
69    <h2>Description of operator== ( const ResSceneObject & )</h2>
70    <div class="section"><p>Overloaded comparison operator.</p></div>
71  <hr><p>CONFIDENTIAL</p></body>
72</html>