Asn1Tag.Equals Método

Definição

Sobrecargas

Equals(Asn1Tag)

Testa se other tem a mesma codificação que essa marca.Tests if other has the same encoding as this tag.

Equals(Object)

Testa se obj é Asn1Tag com a mesma codificação que essa marca.Tests if obj is an Asn1Tag with the same encoding as this tag.

Equals(Asn1Tag)

Testa se other tem a mesma codificação que essa marca.Tests if other has the same encoding as this tag.

public:
 virtual bool Equals(System::Formats::Asn1::Asn1Tag other);
public bool Equals (System.Formats.Asn1.Asn1Tag other);
override this.Equals : System.Formats.Asn1.Asn1Tag -> bool
Public Function Equals (other As Asn1Tag) As Boolean

Parâmetros

other
Asn1Tag

Marca para testar a igualdade.Tag to test for equality.

Retornos

Boolean

true se other tiver os mesmos valores para TagClass, TagValue e IsConstructed; caso contrário, false.true if other has the same values for TagClass, TagValue, and IsConstructed; false otherwise.

Implementações

Aplica-se a

Equals(Object)

Testa se obj é Asn1Tag com a mesma codificação que essa marca.Tests if obj is an Asn1Tag with the same encoding as this tag.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parâmetros

obj
Object

Objeto cuja igualdade de valor será testadaObject to test for value equality

Retornos

Boolean

false se obj não for um Asn1Tag; caso contrário, Equals(Asn1Tag).false if obj is not an Asn1Tag, Equals(Asn1Tag) otherwise.

Aplica-se a