Equals Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

public override bool Equals(
	Object value
)

Parameters

value
Type: System.Object
An object.

Return Value

Type: System.Boolean
true if the value parameter is a StringInfo object and its String property equals the String property of this StringInfo object; otherwise, false.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft