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

ParameterTypeDescription
xStringLHS string value.
yStringRHS string value.

Return Value

True if strings are equal, false otherwise.

See Also