TextInfo.Equals Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the specified object represents the same writing system as the current TextInfo object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
- Type: System.Object
The object to compare with the current TextInfo.
Return Value
Type: System.Booleantrue if obj represents the same writing system as the current TextInfo; otherwise, false.
This method overrides Object.Equals.
Show: