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