Compares a section of one byte array with the section of a second byte array.
Namespace:
CardWerk.SmartCard.Util
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Parameters
- array1
-
Type: byte[]
1st byte array.
- offset1
-
Type: int
Beginning of section in 1st byte array.
- array2
-
Type: byte[]
2nd byte array.
- offset2
-
Type: int
Beginning of section in 2nd byte array.
- comparisonLength
-
Type: int
length of section.
Return Value
Type: boolTrue if the two byte sequences are identical.