Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1 KB

File metadata and controls

38 lines (28 loc) · 1 KB
title equals Method (DateTimeOffset) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
ms.assetid d9883c25-5c43-4633-874e-4b490e4bccad
author David-Engel
ms.author v-daenge

equals Method (DateTimeOffset)

[!INCLUDEDriver_JDBC_Download]

Compares this DateTimeOffset object to another Object.

Syntax

  
public boolean equals(Object o)  

Parameters

o

The object you want compare to the current instance.

Return Value

Returns true if this DateTimeOffset object represents the same point in time at the same offset from GMT as another DateTimeOffset.

See Also

DateTimeOffset Class
DateTimeOffset Members