NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

CIDataTime.Equals Method (CIDataTime)

CIDataTime.Equals Method (CIDataTime)

CIDataTimeEquals Method (CIDataTime)

Returns a value indicating if this instance is equal to the specified CIDataTime object.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public bool Equals(
	CIDataTime c
)
Public Function Equals ( 
	c As CIDataTime
) As Boolean

Parameters

c
Type: NationalInstruments.DAQmxCIDataTime
A CIDataTime object to compare with this instance.

Return Value

Type: Boolean
if c has the same low time and high time as this instance.

See Also

In This Section
Was this information helpful?