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