コード例 #1
0
 public bool Equals(byte[] x, byte[] y)
 {
     return(ByteArrayHelper.Compare(x, y));
 }
コード例 #2
0
 public int GetHashCode(byte[] obj)
 {
     return(ByteArrayHelper.ComputeHash(obj));
 }