Searched refs:byteArrEqual (Results 1 – 1 of 1) sorted by relevance
30 public static bool byteArrEqual( byte[] lhs, byte[] rhs ) in byteArrEqual() method in DotZLibTests.Utils74 Assert.IsTrue( Utils.byteArrEqual(arr,arr2) ); in BlockPutGet()