Org.BouncyCastle.Math.EC.FpFieldElement.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( FpFieldElement other ) : bool
other FpFieldElement
return bool
		protected bool Equals(
			FpFieldElement other)
		{
			return q.Equals(other.q) && base.Equals(other);
		}

Same methods

FpFieldElement::Equals ( object obj ) : bool