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.

SByte::Equals Method (SByte)

 

Returns a value indicating whether this instance is equal to a specified SByte value.

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

public:
virtual bool Equals(
	signed char obj
) sealed

Parameters

obj
Type: System::SByte

An SByte value to compare to this instance.

Return Value

Type: System::Boolean

true if obj has the same value as this instance; otherwise, false.

This method implements the System::IEquatable<T> interface, and performs slightly better than Equals because it does not have to convert the obj parameter to an object.

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: