Show / Hide Table of Contents

Operator Equality

| Improve this Doc View Source

Equality(_DateTimeOffset, _DateTimeOffset)

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

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

A _DateTimeOffset object.

_DateTimeOffset y

A _DateTimeOffset object.

Returns
Type Description
_Boolean

The result _Boolean expression.

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