NI-DAQmx .NET Framework 4.0 API Reference

CODataFrequency.Equals Method (CODataFrequency)

  • Updated2023-02-21
  • 1 minute(s) read
CODataFrequency.Equals Method (CODataFrequency)
Returns a value indicating if this instance is equal to the specified CODataFrequency object.

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

Syntax

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

Parameters

c
Type: NationalInstruments.DAQmxCODataFrequency
A CODataFrequency to compare with this instance.

Return Value

Type: Boolean
if c has the same frequency and duty cycle as this instance.

See Also

Log in to get a better experience