Asn1Tag.Equality(Asn1Tag, Asn1Tag) Operator

Definition

Tests if two Asn1Tag values have the same BER encoding.

public:
 static bool operator ==(System::Formats::Asn1::Asn1Tag left, System::Formats::Asn1::Asn1Tag right);
public static bool operator == (System.Formats.Asn1.Asn1Tag left, System.Formats.Asn1.Asn1Tag right);
static member ( = ) : System.Formats.Asn1.Asn1Tag * System.Formats.Asn1.Asn1Tag -> bool
Public Shared Operator == (left As Asn1Tag, right As Asn1Tag) As Boolean

Parameters

left
Asn1Tag

The first value to compare.

right
Asn1Tag

The second value to compare.

Returns

true if left and right have the same BER encoding, false otherwise.

Applies to