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