Share via


CoseHeaderValue.Inequality(CoseHeaderValue, CoseHeaderValue) 運算子

定義

判斷兩個指定的標頭值實例是否不相等。

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

參數

left
CoseHeaderValue

要比較的第一個物件。

right
CoseHeaderValue

要比較的第二個物件。

傳回

true 如果向左和右不代表相同的值,則為 ;否則為 false

適用於