CngKeyBlobFormat.Inequality(CngKeyBlobFormat, CngKeyBlobFormat) Operator

Definition

Avgör om två CngKeyBlobFormat objekt inte anger samma blob-nyckelformat.

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

Parametrar

left
CngKeyBlobFormat

Ett objekt som anger ett blob-nyckelformat.

right
CngKeyBlobFormat

Ett andra objekt som ska jämföras med det objekt som identifieras av parametern left .

Returer

trueom de två objekten inte anger samma blob-nyckelformat; annars . false

Gäller för