Show / Hide Table of Contents

Operator Inequality

| Improve this Doc View Source

Inequality(_Single, _Single)

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

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

A _Single object.

_Single y

A _Single object.

Returns
Type Description
_Boolean

The result _Boolean expression.

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