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