You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
410 B
17 lines
410 B
<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>
|
|
|