VirtualTimeSpanArray.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

VirtualTimeSpanArray.IsEqualTo(

TimeSpanArray value)

 

 

Arguments

value


Description:

The value to compare against.

 

 

 

Syntax

{TimeSpan.FromDays(1), TimeSpan.FromDays(2)}.IsEqualTo(myTimeSpanArray1);

 

 

See also

VirtualTimeSpanArray Object