| Int32Equals Method (Int32) | 
Returns a value indicating whether this instance is equal to a specified 
Int32 value. 
 
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
 Syntax
Syntaxpublic bool Equals(
	int obj
)
Parameters
- obj
- Type: SystemInt32
 An Int32 value to compare to this instance.
Return Value
Type: 
Booleantrue if 
obj has the same value as this instance; otherwise, false.
 See Also
See Also