Asn1Tag.HasSameClassAndValue(Asn1Tag) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tests if other
has the same TagClass and TagValue values as this tag, and does not compare 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
Parameters
- other
- Asn1Tag
Tag to test for concept equality.
Returns
true
if other
has the same TagClass and TagValue as this tag, false
otherwise.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.