Equals()
System::Equals(const TA&, const TB&) function
Determines the equality of two values applying operator==() to them.
template<typename TA,typename TB> bool System::Equals(const TA &a, const TB &b)
Template parameters
Parameter | Description |
---|---|
TA | The type of the first comparand |
TB | The type of the second comparand |
Arguments
Parameter | Type | Description |
---|---|---|
a | const TA& | The first comparand |
b | const TB& | The second comparand |
Return Value
The boolean value returned by operator==() applied to a and b
See Also
- Namespace System
- Library Aspose.Slides