DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
Comparable2.h File Reference

Defines the generic IComparable<T> interface for type-safe ordering. More...

Go to the source code of this file.

Classes

interface  DotNetDupe::System::IComparable< T >
 Defines a generalized type-specific comparison method that a value type or class implements to order or sort its instances. More...

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System

Detailed Description

Defines the generic IComparable<T> interface for type-safe ordering.

Modeled after .NET System.IComparable<T> (ECMA-335).

Definition in file Comparable2.h.