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