Compared two byte arrays to see if they are equal
Namespace:
Crosser.Common.Utilities.Binary
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax public static bool Compare(
byte[] arr1,
byte[] arr2
)
Parameters
- arr1
- Type: SystemByte
array to compare - arr2
- Type: SystemByte
array to compare
Return Value
Type:
Booleantrue if the arrays are equal
See Also