Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 946 Bytes

equals-method-datetimeoffset.md

File metadata and controls

35 lines (25 loc) · 946 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic
equals Method (DateTimeOffset)
equals Method (DateTimeOffset)
David-Engel
davidengel
01/19/2017
sql
connectivity
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