NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

CIDataTicks.Equals Method (Object)

CIDataTicks.Equals Method (Object)

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: Boolean
if obj is a CIDataTicks object that has the same low ticks and high ticks as this instance.

See Also

In This Section
Was this information helpful?