Equals(object)
- Updated2026-02-03
- 1 minute(s) read
Returns a value indicating if this instance is equal to the specified object.
Syntax
Namespace: NationalInstruments.DAQmx
public override bool Equals(object obj)
Parameters
| Name | Type | Description |
|---|---|---|
| obj | object | An object to compare with this instance. |
Returns
true if obj is a CODataFrequency object that has the same frequency and duty cycle as this instance.