qt-agistudio/help/equalv.html

18 lines
410 B
HTML
Raw Permalink Normal View History

2019-05-01 17:46:38 -04:00
<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>