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