UInt16.Equals Method (UInt16)
[ 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 UInt16 value.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
- Type: System.UInt16
A UInt16 value to compare to this instance.
Implements
IEquatable<T>.Equals(T)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.
Show: