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