Show / Hide Table of Contents

Operator Inequality

| Improve this Doc View Source

Inequality(_Int16Enum<T>, _Int16Enum<T>)

Performs a logical comparison of the two _Int16Enum<T> parameters for non-equality.

Declaration
public static _Boolean operator !=(_Int16Enum<T> x, _Int16Enum<T> y)
Parameters
Type Name Description
_Int16Enum<T> x

A _Int16Enum<T> object.

_Int16Enum<T> y

A _Int16Enum<T> object.

Returns
Type Description
_Boolean

The result _Boolean expression.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest