Equals(RfsgSignalIdentifier)
- Updated2025-10-14
- 1 minute(s) read
Determines whether the current instance of RfsgSignalIdentifier and the RfsgSignalIdentifier object that you specify are equal.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public bool Equals(RfsgSignalIdentifier signalIdentifier)
Parameters
| Name | Type | Description |
|---|---|---|
| signalIdentifier | RfsgSignalIdentifier | Specifies the RfsgSignalIdentifier object to be compared to the current instance of RfsgSignalIdentifier. |
Returns
true if the two instances are equal; otherwise, false.