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

适用于