StringInfo.Equals Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Indicates whether the current StringInfo object is equal to a specified object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.Object
An object.
Return Value
Type: System.Booleantrue if the value parameter is a StringInfo object and its String property equals the String property of this StringInfo object; otherwise, false.
Show: