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