Int32.Equals Method (Int32)
[ 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 Int32 value.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
- Type: System.Int32
An Int32 value to compare to this instance.
Implements
IEquatable<T>.Equals(T)This method implements the System.IEquatable<T> interface, and performs slightly better than Int32.Equals(Object) because it does not have to convert the obj parameter to an object.
Show: