EndpointMetadataComparer.IComparer<Endpoint>.Compare Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Parametry
- x
- Endpoint
- y
- Endpoint