CIDataTime.Equals Method (CIDataTime)
- Updated2023-02-21
- 1 minute(s) read
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: Booleanif c has the same low time and high time as this instance.