Show / Hide Table of Contents

Operator Inequality

| Improve this Doc View Source

Inequality(_Char, _Char)

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

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

A _Char object.

_Char y

A _Char object.

Returns
Type Description
_Boolean

The result _Boolean expression.

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