System::Equals method
System::Equals method
Determines the equality of two values applying operator==() to them.
template<typename TA,typename TB> bool System::Equals(const TA &a, const TB &b)
Parameter | Description |
---|---|
TA | The type of the first comparand |
TB | The type of the second comparand |
Parameter | Type | Description |
---|---|---|
a | const TA& | The first comparand |
b | const TB& | The second comparand |
ReturnValue
The boolean value returned by operator==() applied to a and b
See Also
- Namespace System
- Library Aspose.TeX for C++