RfsaSelfTestResult.Equality Operator
- Updated2025-05-22
- 1 minute(s) read
Rfsa
Checks whether the two instances of RfsaSelfTestResult are equal.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public static bool operator ==( RfsaSelfTestResult result1, RfsaSelfTestResult result2 )
Public Shared Operator = ( result1 As RfsaSelfTestResult, result2 As RfsaSelfTestResult ) As Boolean
Parameters
- result1 RfsaSelfTestResult
- Specifies a RfsaSelfTestResult object.
- result2 RfsaSelfTestResult
- Specifies a RfsaSelfTestResult object.
Return Value
Booleanif the two instances are equal; otherwise, .