Asn1Tag.HasSameClassAndValue(Asn1Tag) Metoda

Definicja

Sprawdza, czy other ma te same TagClass wartości i TagValue co ten tag, i nie porównuje IsConstructedwartości .

public:
 bool HasSameClassAndValue(System::Formats::Asn1::Asn1Tag other);
public bool HasSameClassAndValue (System.Formats.Asn1.Asn1Tag other);
member this.HasSameClassAndValue : System.Formats.Asn1.Asn1Tag -> bool
Public Function HasSameClassAndValue (other As Asn1Tag) As Boolean

Parametry

other
Asn1Tag

Tag do testowania równości koncepcji.

Zwraca

true jeśli other ma to samo TagClass i TagValue co ten tag, false w przeciwnym razie.

Dotyczy