System::LEqual method
System::LEqual method
‘<=’ göreli desen çevirisini uygular.
template<class ExpressionT,class ConstantT> bool System::LEqual(const ExpressionT &left, const ConstantT &constant)
| Parameter | Açıklama |
|---|---|
| ExpressionT | sol ifade türü. |
| ConstantT | sabit ifade türü. |
| Parameter | Type | Açıklama |
|---|---|---|
| sol | const ExpressionT& | denetlenecek ifade. |
| sabit | const ConstantT& | sol ifadeyle karşılaştırılacak ifade. |
ReturnValue
tip kontrolü başarılıysa doğru, aksi takdirde yanlış.
Ayrıca Bakınız
- Namespace System
- Library Aspose.Page for C++