TimeSpanArray.IsEqualTo(TimeSpanArray) Method

Top 

Description

Determines if the size and element values of the specified TimeSpanArray are the same as the calling TimeSpanArray.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

TimeSpanArray.IsEqualTo(

TimeSpanArray value)

 

 

Arguments

value


Description:

The value to compare against.

 

 

 

Syntax

myTimeSpanArray1.IsEqualTo(myTimeSpanArray2);

 

 

See also

TimeSpanArray Object

TimeSpans Guide

Parsing Dates and Times