Char::Equals Method (Char)
.NET Framework (current version)
Returns a value that indicates whether this instance is equal to the specified Char object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
-
Type:
System::Char
An object to compare to this instance.
Return Value
Type: System::Booleantrue if the obj parameter equals the value of this instance; otherwise, false.
Implements
IEquatable<T>::Equals(T)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
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
Show: