Platform |
x64, Win32 |
Purpose |
To compare two arrays of N bytes. |
Syntax |
LOGICAL (KIND=2) FUNCTION MATCH@(A, B, N)
|
Description |
This function compares N bytes of data for equality. The first two arguments can be of any type and are usually arrays. N can be INTEGER (KIND=1), (KIND=2) or (KIND=3). |
Return value |
MATCH@ returns .TRUE. if the two arrays are identical, otherwise .FALSE.. |