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