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
Equals(FieldIdentifier) | |
Equals(Object) |
Equals(FieldIdentifier)
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
- Source:
- FieldIdentifier.cs
Indique si l'objet actuel est égal à un autre objet du même type.
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
Retours
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
Indique si cette instance et un objet spécifié sont égaux.
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