StringComparer.Equals Method (String, String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, indicates whether two strings are equal.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- x
- Type: System.String
A string to compare to y.
- y
- Type: System.String
A string to compare to x.
Return Value
Type: System.Booleantrue if x and y refer to the same object, or x and y are equal; otherwise, false.
Implements
IEqualityComparer<T>.Equals(T, T)
Show: