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
。