public virtual bool Equals(SecT193FieldElement other)
 {
     if (this == other)
     {
         return(true);
     }
     if (null == other)
     {
         return(false);
     }
     return(Nat256.Eq64(x, other.x));
 }
Exemplo n.º 2
0
 public virtual bool Equals(SecT193FieldElement other)
 {
     if (this == other)
         return true;
     if (null == other)
         return false;
     return Nat256.Eq64(x, other.x);
 }