NBitcoin.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters.Equals C# (CSharp) 메소드

Equals() 보호된 메소드

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

Same methods

ECPrivateKeyParameters::Equals ( object obj ) : bool