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.

적용 대상