CIDataTicks.Equals Method (Object)
- Updated2023-02-21
- 1 minute(s) read
CIDataTicksEquals Method (Object)
Returns a value indicating if this instance is equal to the specified object.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public override sealed bool Equals( Object obj )
Public Overrides NotOverridable Function Equals ( obj As Object ) As Boolean
Parameters
- obj
- Type: SystemObject
An object to compare with this instance.
Return Value
Type: Booleanif obj is a CIDataTicks object that has the same low ticks and high ticks as this instance.