System::StringComparer::Equals method
StringComparer::Equals method
Checks if two strings are equal using current settings.
virtual bool System::StringComparer::Equals(String x, String y) const override
Parameter | Type | Description |
---|---|---|
x | String | LHS string value. |
y | String | RHS string value. |
ReturnValue
True if strings are equal, false otherwise.
See Also
- Class String
- Class StringComparer
- Namespace System
- Library Aspose.PDF for C++