طريقة System::StringComparer::Compare
StringComparer::Compare method
يقارن سلسلتين باستخدام الإعدادات الحالية.
virtual int System::StringComparer::Compare(args_type x, args_type y) const override
| معامل | نوع | الوصف |
|---|---|---|
| x | args_type | قيمة السلسلة اليسرى (LHS). |
| y | args_type | قيمة السلسلة اليمنى (RHS). |
ReturnValue
قيمة سلبية إذا كان x يسبق y، صفر إذا كانا متساويين وقيمة إيجابية خلاف ذلك.
انظر أيضًا
- Typedef args_type
- Class StringComparer
- Namespace System
- Library Aspose.Font for C++