Share via


CoseHeaderLabel.Equality(CoseHeaderLabel, CoseHeaderLabel) 運算子

定義

判斷兩個指定的標頭標籤是否相等。

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

參數

left
CoseHeaderLabel

要比較的第一個物件。

right
CoseHeaderLabel

要比較的第二個物件。

傳回

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

適用於