![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_ArrayHelper |
| class | SCR_ArrayHelperRefT< Class T > |
| REFERENCE version. More... | |
Functions | |
| class SCR_ArrayHelper | AreEqual (notnull array< T > array1, notnull array< T > array2) |
| class SCR_ArrayHelper AreEqual | ( | notnull array< T > | array1, |
| notnull array< T > | array2 ) |
T being the array ITEM class, not the full array<item> In the case of references, simply use SCR_ArrayHelperT<OtherClass>, not SCR_ArrayHelperT<ref OtherClass> Some methods may seem duplicated but they are actually variants for <T> and <ref T>
Check if two arrays are equal - shallow check, only class references are verified (not same class/same value)
| [in] | array1 | |
| [in] | array2 |
Definition at line 1 of file SCR_ArrayHelper.c.