CngKeyBlobFormat.Inequality(CngKeyBlobFormat, CngKeyBlobFormat) Operator

Definicja

Określa, czy dwa CngKeyBlobFormat obiekty nie określają tego samego formatu obiektu BLOB klucza.

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

Obiekt, który określa kluczowy format obiektu BLOB.

right
CngKeyBlobFormat

Drugi obiekt, który ma być porównywany z obiektem zidentyfikowanym left przez parametr .

Zwraca

true jeśli dwa obiekty nie określają tego samego formatu obiektu BLOB klucza; w przeciwnym razie , false.

Dotyczy