Exemplo n.º 1
0
 public bool Equals(SHA1Value other)
 {
     return(data.Equals(other.data));
 }