Operator Equality
| Improve this Doc View SourceEquality(_Int32, _Int32)
Performs a logical comparison of the two _Int32 parameters for equality.
Declaration
public static _Boolean operator ==(_Int32 x, _Int32 y)
Parameters
Type | Name | Description |
---|---|---|
_Int32 | x | A _Int32 object. |
_Int32 | y | A _Int32 object. |
Returns
Type | Description |
---|---|
_Boolean | The result _Boolean expression. |