xtd 0.2.0
Loading...
Searching...
No Matches

◆ equals() [1/3]

template<typename result_t , typename... arguments_t>
bool xtd::delegate< result_t(arguments_t...)>::equals ( const delegate< result_t(arguments_t...)> &  delegate) const
inlineoverridenoexcept

Determines whether this instance and another specified delegateType object have the same value.

Parameters
valueThe delegateType to compare.
Returns
bool true if the value of this instance is the same as the value of value; otherwise, false.