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