NurApiMemCompare Method

Comparing memory

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public static bool MemCompare(
	byte[] b1,
	byte[] b2
)

Parameters

b1  Byte
memory array1
b2  Byte
memory array2

Return Value

Boolean
true if equal

See Also