Show / Hide Table of Contents

Operator Inequality

| Improve this Doc View Source

Inequality(_Boolean, _Boolean)

Performs a logical comparison of the two _Boolean parameters for non-equality.

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

A _Boolean object.

_Boolean y

A _Boolean object.

Returns
Type Description
_Boolean

The result _Boolean expression.

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