Show / Hide Table of Contents

Operator Equality

| Improve this Doc View Source

Equality(_Double, _Double)

Performs a logical comparison of the two _Double parameters for equality.

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

A _Double object.

_Double y

A _Double object.

Returns
Type Description
_Boolean

The result _Boolean expression.

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