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
ParameterTypeDescription
xStringLHS string value.
yStringRHS string value.

ReturnValue

True if strings are equal, false otherwise.

See Also