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

Equals() protected method

protected Equals ( DsaKeyParameters other ) : bool
other DsaKeyParameters
return bool
		protected bool Equals(
			DsaKeyParameters other)
		{
			return Platform.Equals(parameters, other.parameters)
				&& base.Equals(other);
		}

Same methods

DsaKeyParameters::Equals ( object obj ) : bool