Share via


CoseHeaderValue.Inequality(CoseHeaderValue, CoseHeaderValue) Operatör

Tanım

Belirtilen iki üst bilgi değeri örneğinin eşit olup olmadığını belirler.

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

Parametreler

left
CoseHeaderValue

Karşılaştırma yapılacak ilk nesne.

right
CoseHeaderValue

Karşılaştırma yapılacak ikinci nesne.

Döndürülenler

true sol ve sağ aynı değeri temsil etmese; aksi takdirde , false.

Şunlara uygulanır