18 lines
410 B
HTML
18 lines
410 B
HTML
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE>equalv</TITLE></HEAD>
|
||
|
<BODY>
|
||
|
<h1>equalv</h1>
|
||
|
<B>Category</B><p>
|
||
|
<a href="test_commands.html">Test commands</a> / <a href="math_commands.html">Mathematical commands</a></B><p>
|
||
|
<p>
|
||
|
<B>Syntax</B><p>
|
||
|
<p>
|
||
|
if (equalv(vA,vB)) { .....</B><p>
|
||
|
if (vA == vB) { .....<p>
|
||
|
<B>Description</B><p>
|
||
|
Returns true if vA is equal to vB.<p>
|
||
|
<B>See also</B><p>
|
||
|
<a href="equaln.html">equaln</a><p>
|
||
|
</BODY></HTML>
|