Org.BouncyCastle.Crypto.AsymmetricKeyParameter.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( AsymmetricKeyParameter other ) : bool
other AsymmetricKeyParameter
return bool
		protected bool Equals(
			AsymmetricKeyParameter other)
		{
			return privateKey == other.privateKey;
		}

Same methods

AsymmetricKeyParameter::Equals ( object obj ) : bool