RfsgRFBlankingSource.Inequality Operator
- Updated2024-05-08
- 1 minute(s) read
RfsgRFBlankingSourceInequality Operator
Checks whether the two instances of RfsgRFBlankingSource are unequal.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public static bool operator !=( RfsgRFBlankingSource source1, RfsgRFBlankingSource source2 )
Public Shared Operator <> ( source1 As RfsgRFBlankingSource, source2 As RfsgRFBlankingSource ) As Boolean
Parameters
- source1
- Type: NationalInstruments.ModularInstruments.NIRfsgRfsgRFBlankingSource
Specifies an RfsgRFBlankingSource object. - source2
- Type: NationalInstruments.ModularInstruments.NIRfsgRfsgRFBlankingSource
Specifies an RfsgRFBlankingSource object.
Return Value
Type: Booleanif the two instances are unequal; otherwise, .