Equals() protected method

protected Equals ( ECFieldElement other ) : bool
other ECFieldElement
return bool
Ejemplo n.º 1
0
 protected bool Equals(
     ECCurve other)
 {
     return(a.Equals(other.a) && b.Equals(other.b));
 }