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