System::Collections::Generic::Details::has_method_compareto< T, Sfinae > Struct Template Reference

Inherits false_type.

Detailed Description

template<typename T, typename Sfinae = void>
struct System::Collections::Generic::Details::has_method_compareto< T, Sfinae >

Checks whether CompareTo method exists in specified type. If so, inherits std::true_type, otherwise inherits std::false_type. Can be used in std::enable_if

Template Parameters
TType to check for Equals method existance.
SfinaeFormal template argument for SFINAE to work.