Sdílet prostřednictvím


CngKeyBlobFormat.Inequality(CngKeyBlobFormat, CngKeyBlobFormat) Operátor

Definice

Určuje, jestli dva CngKeyBlobFormat objekty nezadávají stejný formát klíče BLOB.

public:
 static bool operator !=(System::Security::Cryptography::CngKeyBlobFormat ^ left, System::Security::Cryptography::CngKeyBlobFormat ^ right);
public static bool operator != (System.Security.Cryptography.CngKeyBlobFormat? left, System.Security.Cryptography.CngKeyBlobFormat? right);
public static bool operator != (System.Security.Cryptography.CngKeyBlobFormat left, System.Security.Cryptography.CngKeyBlobFormat right);
static member op_Inequality : System.Security.Cryptography.CngKeyBlobFormat * System.Security.Cryptography.CngKeyBlobFormat -> bool
Public Shared Operator != (left As CngKeyBlobFormat, right As CngKeyBlobFormat) As Boolean

Parametry

left
CngKeyBlobFormat

Objekt, který určuje klíčový formát objektu BLOB.

right
CngKeyBlobFormat

Druhý objekt, který se má porovnat s objektem identifikovaným parametrem left .

Návraty

truepokud dva objekty neurčovaly stejný klíč blob formát; v opačném případě . false

Platí pro