EndpointMetadataComparer.IComparer<Endpoint>.Compare 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.
virtual int System.Collections.Generic.IComparer<Microsoft.AspNetCore.Http.Endpoint>.Compare(Microsoft::AspNetCore::Http::Endpoint ^ x, Microsoft::AspNetCore::Http::Endpoint ^ y) = System::Collections::Generic::IComparer<Microsoft::AspNetCore::Http::Endpoint ^>::Compare;
int IComparer<Endpoint>.Compare (Microsoft.AspNetCore.Http.Endpoint x, Microsoft.AspNetCore.Http.Endpoint y);
int IComparer<Endpoint>.Compare (Microsoft.AspNetCore.Http.Endpoint? x, Microsoft.AspNetCore.Http.Endpoint? y);
abstract member System.Collections.Generic.IComparer<Microsoft.AspNetCore.Http.Endpoint>.Compare : Microsoft.AspNetCore.Http.Endpoint * Microsoft.AspNetCore.Http.Endpoint -> int
override this.System.Collections.Generic.IComparer<Microsoft.AspNetCore.Http.Endpoint>.Compare : Microsoft.AspNetCore.Http.Endpoint * Microsoft.AspNetCore.Http.Endpoint -> int
Function Compare (x As Endpoint, y As Endpoint) As Integer Implements IComparer(Of Endpoint).Compare
Paramètres
- x
- Endpoint
- y
- Endpoint