Partager via


TagHelperAttribute.Equals Méthode

Définition

Surcharges

Equals(TagHelperAttribute)
Equals(Object)

Equals(TagHelperAttribute)

Source:
TagHelperAttribute.cs
Source:
TagHelperAttribute.cs
Source:
TagHelperAttribute.cs

Détermine si l'objet spécifié est égal à l'objet actuel.

public:
 bool Equals(Microsoft::AspNetCore::Razor::TagHelpers::TagHelperAttribute ^ other);
public bool Equals (Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute other);
override this.Equals : Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute -> bool
Public Function Equals (other As TagHelperAttribute) As Boolean

Paramètres

Retours

Remarques

Name n’est pas sensible à la casse.

S’applique à

Equals(Object)

Source:
TagHelperAttribute.cs
Source:
TagHelperAttribute.cs
Source:
TagHelperAttribute.cs

Détermine si l'objet spécifié est égal à l'objet actuel.

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

Paramètres

obj
Object

Retours

S’applique à