EndpointMetadataComparer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A comparer that can order Endpoint instances based on implementations of IEndpointComparerPolicy. The implementation can be retrieved from the service provider and provided to ExpandEndpoint(Int32, IReadOnlyList<Endpoint>, IComparer<Endpoint>).
public ref class EndpointMetadataComparer sealed : System::Collections::Generic::IComparer<Microsoft::AspNetCore::Http::Endpoint ^>
public sealed class EndpointMetadataComparer : System.Collections.Generic.IComparer<Microsoft.AspNetCore.Http.Endpoint>
type EndpointMetadataComparer = class
interface IComparer<Endpoint>
Public NotInheritable Class EndpointMetadataComparer
Implements IComparer(Of Endpoint)
- Inheritance
-
EndpointMetadataComparer
- Implements
Explicit Interface Implementations
IComparer<Endpoint>.Compare(Endpoint, Endpoint) |