CoseHeaderLabel.Equality(CoseHeaderLabel, CoseHeaderLabel) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷兩個指定的標頭標籤是否相等。
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
。