Int16.Equals Method (Int16)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a value indicating whether this instance is equal to a specified Int16 value.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
- Type: System.Int16
An Int16 value to compare to this instance.
Implements
IEquatable(Of T).Equals(T)This method implements the System.IEquatable(Of T) interface, and performs slightly better than Equals because it does not have to convert the obj parameter to an object.
Show: