Usage
equal?(a, b, n)
Signature
equal?: (%, %, MachineInteger) Boolean
| Parameter | Type | Description |
|---|---|---|
| a, b | % | linear structures |
| n | MachineInteger | a nonnegative integer |
Returns
Returns true if the firstelements of
and
are all equal, false otherwise.
Remarks
and
must both have at least
elements.