Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 911 Bytes

File metadata and controls

35 lines (25 loc) · 911 Bytes
title equals Method (DateTimeOffset)
description equals Method (DateTimeOffset)
author David-Engel
ms.author davidengel
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