Org.BouncyCastle.Crypto.Parameters.Gost3410Parameters.Equals C# (CSharp) 메소드

Equals() 보호된 메소드

protected Equals ( Gost3410Parameters other ) : bool
other Gost3410Parameters
리턴 bool
		protected bool Equals(
			Gost3410Parameters other)
		{
			return p.Equals(other.p) && q.Equals(other.q) && a.Equals(other.a);
		}

Same methods

Gost3410Parameters::Equals ( object obj ) : bool