다음을 통해 공유


CoseHeaderValue.Inequality(CoseHeaderValue, CoseHeaderValue) 연산자

정의

지정된 두 헤더 값 인스턴스가 같지 않은지 여부를 확인합니다.

public:
 static bool operator !=(System::Security::Cryptography::Cose::CoseHeaderValue left, System::Security::Cryptography::Cose::CoseHeaderValue right);
public static bool operator != (System.Security.Cryptography.Cose.CoseHeaderValue left, System.Security.Cryptography.Cose.CoseHeaderValue right);
static member op_Inequality : System.Security.Cryptography.Cose.CoseHeaderValue * System.Security.Cryptography.Cose.CoseHeaderValue -> bool
Public Shared Operator != (left As CoseHeaderValue, right As CoseHeaderValue) As Boolean

매개 변수

left
CoseHeaderValue

비교할 첫 번째 개체입니다.

right
CoseHeaderValue

비교할 두 번째 개체입니다.

반환

true 왼쪽과 오른쪽이 같은 값을 나타내지 않으면 이고, 그렇지 않으면 입니다 false.

적용 대상