CngKeyBlobFormat.Inequality(CngKeyBlobFormat, CngKeyBlobFormat) Operador
Definição
Determina se dois objetos CngKeyBlobFormat não especificam o mesmo formato de BLOB da chave.Determines whether two CngKeyBlobFormat objects do not specify the same key BLOB format.
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
Parâmetros
- left
- CngKeyBlobFormat
Um objeto que especifica um formato de BLOB de chave.An object that specifies a key BLOB format.
- right
- CngKeyBlobFormat
Um segundo objeto, a ser comparado ao objeto identificado pelo parâmetro left.A second object, to be compared to the object identified by the left parameter.
Retornos
true se os dois objetos não especificam o mesmo formato de BLOB da chave, caso contrário, false.true if the two objects do not specify the same key BLOB format; otherwise, false.