public bool Equal(HistogramHash other)
 {
     return HashValue.SequenceEqual(other.HashValue);
 }
Example #2
0
 public bool Equal(HistogramHash other)
 {
     return(HashValue.SequenceEqual(other.HashValue));
 }