Show / Hide Table of Contents

Operator Inequality

| Improve this Doc View Source

Inequality(_Decimal, _Decimal)

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

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

A _Decimal object.

_Decimal y

A _Decimal object.

Returns
Type Description
_Boolean

The result _Boolean expression.

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