System::Collections::Generic::Details::IsEqualExist< T > Struct Template Reference

Static Public Attributes

static constexpr bool value = has_operator_equals<T>::value
 True if operator == is provided, false otherwise. More...
 

Detailed Description

template<class T>
struct System::Collections::Generic::Details::IsEqualExist< T >

Checks if type provides operator ==.

Template Parameters
TType to check.

Member Data Documentation

◆ value

template<class T >
constexpr bool System::Collections::Generic::Details::IsEqualExist< T >::value = has_operator_equals<T>::value
static

True if operator == is provided, false otherwise.