ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_docRfsgSelfTestResult.Inequality OperatorCurrent page
Table of Contents

RfsgSelfTestResult.Inequality Operator

RfsgSelfTestResult.Inequality Operator

RfsgSelfTestResultInequality Operator

Checks whether two instances of SelfTest are unequal.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public static bool operator !=(
	RfsgSelfTestResult result1,
	RfsgSelfTestResult result2
)
Public Shared Operator <> ( 
	result1 As RfsgSelfTestResult,
	result2 As RfsgSelfTestResult
) As Boolean

Parameters

result1
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgSelfTestResult
Specifies an RfsgSelfTestResult instance to compare with result1.
result2
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgSelfTestResult
Specifies an RfsgSelfTestResult instance to compare with result2.

Return Value

Type: Boolean
if the two instances represent the same result; otherwise, .

See Also

In This Section
Was this information helpful?