Equals() 보호된 메소드

protected Equals ( ECFieldElement other ) : bool
other ECFieldElement
리턴 bool
예제 #1
0
 protected bool Equals(
     ECCurve other)
 {
     return(a.Equals(other.a) && b.Equals(other.b));
 }