예제 #1
0
 public bool Equals(ArraySegment <byte> x, ArraySegment <byte> y)
 {
     return(ByteArrayComparer.AreEqual(x, y));
 }
예제 #2
0
 static ByteArrayComparer()
 {
     ByteArrayComparer.instance = new ByteArrayComparer();
 }