TimeSpanArray.ReferenceEquals(Object) Method

Top 

Description

Returns 1 if the argument refers to the calling object and 0 otherwise.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

TimeSpanArray.ReferenceEquals(

Object object)

 

 

Arguments

object


Description:

The object to test against the calling object.

 

 

 

Return Value

Type:

boolean

 

 

Returns the result of the comparison.

 

Syntax

myVariable1 = myTimeSpanArray1.ReferenceEquals(myObject1);

 

 

See also

TimeSpanArray Object

TimeSpans Guide

Parsing Dates and Times