Exemple #1
0
 public bool Equals(CryptoLong other)
 {
     return(GetValue().Equals(other.GetValue()));
 }