Asn1Tag.HasSameClassAndValue(Asn1Tag) メソッド

定義

other がこのタグと同じ TagClass 値と TagValue 値を持っているかどうかをテストし、IsConstructed は比較しません。

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

パラメーター

other
Asn1Tag

概念の等価性をテストするタグ。

戻り値

other がこのタグと同じ TagClassTagValue を持っている場合は true、それ以外の場合は false

適用対象