NBitcoin.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( ECPrivateKeyParameters other ) : bool
other ECPrivateKeyParameters
return bool
		protected bool Equals(
			ECPrivateKeyParameters other)
		{
			return d.Equals(other.d) && base.Equals(other);
		}

Same methods

ECPrivateKeyParameters::Equals ( object obj ) : bool