Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 952 Bytes

File metadata and controls

36 lines (26 loc) · 952 Bytes
title equals Method (DateTimeOffset)
description equals Method (DateTimeOffset)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

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