System::BoxedValueDetail

Functions

FunctionDescription
std::enable_if<detail::has_operator_equal<T>::value, bool>::type Equals(T, T)Determines the equality of the specified value using operator==().
std::enable_if<detail::has_only_method_equals<T>::value, bool>::type Equals(T, T)Determines the equality of the specified value using method System::Object::Equals().
bool Equals< float >(float, float)Compares two single-precision floating-point values.
bool Equals< double >(double, double)Compares two double-precision floating-point values.