Checks whether the two instances of RfsgFrequencyReferenceSource are unequal.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public static bool operator!=(RfsgFrequencyReferenceSource source1, RfsgFrequencyReferenceSource source2)

Parameters

NameTypeDescription
source1RfsgFrequencyReferenceSource

Specifies the first instance to be compared.

source2RfsgFrequencyReferenceSource

Specifies the second instance to be compared.

Returns

true if the two instances are not equal; otherwise, false.