Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ArrayHelper.c File Reference

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)

Function Documentation

◆ AreEqual()

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)

Parameters
[in]array1
[in]array2
Returns
true if equal, false if not

Definition at line 1 of file SCR_ArrayHelper.c.