System::LEqual methode
System::LEqual method
Implementeert ‘<=’ relatieve patroonvertaling.
template<class ExpressionT,class ConstantT> bool System::LEqual(const ExpressionT &left, const ConstantT &constant)
| Parameter | Beschrijving |
|---|---|
| ExpressionT | type van de linker expressie. |
| ConstantT | type van constante expressie. |
| Parameter | Type | Beschrijving |
|---|---|---|
| links | const ExpressionT& | expressie die gecontroleerd zal worden. |
| constante | const ConstantT& | expressie die vergeleken zal worden met de linker. |
ReturnValue
true als typecontrole succesvol is, false anders.
Zie ook
- Namespace System
- Library Aspose.Page for C++