System::GEqual-metoden
System::GEqual method
Implementerar ‘>=’ relativ mönsteröversättning.
template<class ExpressionT,class ConstantT> bool System::GEqual(const ExpressionT &left, const ConstantT &constant)
| Parameter | Beskrivning |
|---|---|
| ExpressionT | vänster uttryckstyp. |
| ConstantT | typ av konstantuttryck. |
| Parameter | Typ | Beskrivning |
|---|---|---|
| vänster | const ExpressionT& | uttryck som kommer att kontrolleras. |
| konstant | const ConstantT& | uttryck som kommer att jämföras med det vänstra. |
ReturnValue
sant om typkontrollen lyckas, falskt annars.
Se även
- Namespace System
- Library Aspose.PDF for C++