FieldIdentifier.Equals Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| Equals(FieldIdentifier) |
Détermine si l’identificateur de champ spécifié FieldIdentifier est égal à l’identificateur de champ actuel. |
| Equals(Object) |
Détermine si l’objet spécifié est égal à l’identificateur de champ actuel. |
Equals(FieldIdentifier)
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
Détermine si l’identificateur de champ spécifié FieldIdentifier est égal à l’identificateur de champ actuel.
public:
virtual bool Equals(Microsoft::AspNetCore::Components::Forms::FieldIdentifier otherIdentifier);
public bool Equals(Microsoft.AspNetCore.Components.Forms.FieldIdentifier otherIdentifier);
override this.Equals : Microsoft.AspNetCore.Components.Forms.FieldIdentifier -> bool
Public Function Equals (otherIdentifier As FieldIdentifier) As Boolean
Paramètres
- otherIdentifier
- FieldIdentifier
Identificateur de champ à comparer à l’instance actuelle.
Retours
true si les deux instances sont égales ; sinon, false.
Implémente
S’applique à
Equals(Object)
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
Détermine si l’objet spécifié est égal à l’identificateur de champ actuel.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals(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
Objet à comparer avec l’identificateur de champ actuel.
Retours
true si l’objet spécifié est égal à l’identificateur de champ actuel ; sinon, false.