Show / Hide Table of Contents

Operator Equality

| Improve this Doc View Source

Equality(_Int64, _Int64)

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

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

A _Int64 object.

_Int64 y

A _Int64 object.

Returns
Type Description
_Boolean

The result _Boolean expression.

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