Asn1Tag.HasSameClassAndValue(Asn1Tag) 方法

定義

測試 other 是否具有與這個標記相同的 TagClassTagValue 值,而且不會比較 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

適用於