CoseHeaderLabel.Inequality(CoseHeaderLabel, CoseHeaderLabel) Operator

Definicja

Określa, czy dwa określone wystąpienia etykiet nagłówka nie są równe.

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 op_Inequality : System.Security.Cryptography.Cose.CoseHeaderLabel * System.Security.Cryptography.Cose.CoseHeaderLabel -> bool
Public Shared Operator != (left As CoseHeaderLabel, right As CoseHeaderLabel) As Boolean

Parametry

left
CoseHeaderLabel

Pierwszy obiekt do porównania.

right
CoseHeaderLabel

Drugi obiekt do porównania.

Zwraca

true jeśli lewa i prawa nie reprezentują tej samej etykiety; w przeciwnym razie , false.

Dotyczy