FragmentString.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(FragmentString) |
Évalue si le fragment actuel est égal à un autre fragment |
Equals(Object) |
Évalue si le fragment actuel est égal à un objet |
Equals(FragmentString)
- Source:
- FragmentString.cs
- Source:
- FragmentString.cs
- Source:
- FragmentString.cs
Évalue si le fragment actuel est égal à un autre fragment other
.
public:
virtual bool Equals(Microsoft::AspNetCore::Http::FragmentString other);
public bool Equals (Microsoft.AspNetCore.Http.FragmentString other);
override this.Equals : Microsoft.AspNetCore.Http.FragmentString -> bool
Public Function Equals (other As FragmentString) As Boolean
Paramètres
- other
- FragmentString
FragmentString à comparer.
Retours
true
si les fragments sont égaux.
Implémente
S’applique à
Equals(Object)
- Source:
- FragmentString.cs
- Source:
- FragmentString.cs
- Source:
- FragmentString.cs
Évalue si le fragment actuel est égal à un objet obj
.
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.
Retours
true
si les fragments sont égaux.