EndpointMetadataComparer Class

Definition

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)

Applies to