Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Char::Equals Method (Char)

 

Returns a value that indicates whether this instance is equal to the specified Char object.

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

public:
virtual bool Equals(
	wchar_t obj
) sealed

Parameters

obj
Type: System::Char

An object to compare to this instance.

Return Value

Type: System::Boolean

true if the obj parameter equals the value of this instance; otherwise, false.

This method implements the System::IEquatable<T> interface, and performs slightly better than Char::Equals(Object^) because it does not need to unbox the obj parameter.

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show: