NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

CIDataFrequency.Equals Method (Object)

  • Updated2023-02-21
  • 1 minute(s) read
CIDataFrequency.Equals 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.45.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 CIDataFrequency object that has the same frequency and duty cycle as this instance.

See Also

Log in to get a better experience