Org.BouncyCastle.Crypto.Parameters.DHPrivateKeyParameters.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( DHPrivateKeyParameters other ) : bool
other DHPrivateKeyParameters
return bool
		protected bool Equals(
			DHPrivateKeyParameters other)
		{
			return x.Equals(other.x) && base.Equals(other);
		}

Same methods

DHPrivateKeyParameters::Equals ( object obj ) : bool