next up previous contents index
Next: List Up: LinearStructureType Previous: set!   Contents   Index


equal?


Usage

equal?(a, b, n)


Signature

equal?: (%, %, MachineInteger) $\to$ Boolean


Parameter Type Description
a, b % linear structures
n MachineInteger a nonnegative integer


Returns

Returns true if the first $n$ elements of $a$ and $b$ are all equal, false otherwise.


Remarks

$a$ and $b$ must both have at least $n$ elements.



Manuel Bronstein 2004-06-28