次の方法で共有


CoseHeaderLabel.Equality(CoseHeaderLabel, CoseHeaderLabel) 演算子

定義

指定した 2 つのヘッダー ラベル インスタンスが等しいかどうかを判断します。

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

比較する 2 番目のオブジェクト。

戻り値

true 左と右が同じラベルを表す場合は 。それ以外の場合は false

適用対象