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

Defines the non-generic IComparable interface for ordering objects. More...

#include "System/Object.h"

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 non-generic IComparable interface for ordering objects.

Modeled after .NET System.IComparable (ECMA-335).

Definition in file Comparable.h.