Example #1
0
 protected bool Equals(
     FpCurve other)
 {
     return(base.Equals(other) && q.Equals(other.q));
 }
Example #2
0
		protected bool Equals(
			FpCurve other)
		{
			return base.Equals(other) && q.Equals(other.q);
		}