StringComparer.Equals Method (Object, Object)
[ 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 objects are equal.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- x
- Type: System.Object
An object to compare to y.
- y
- Type: System.Object
An object to compare to x.
Return Value
Type: System.Booleantrue if x and y refer to the same object, or x and y are both the same type of object and those objects are equal; otherwise, false.
Implements
IEqualityComparer.Equals(Object, Object)
Show: