NIRfsg Namespace

Table of Contents

RfsgSelfTestResult.Equality Operator

  • Updated2025-05-22
  • 1 minute(s) read
RfsgSelfTestResult.Equality Operator

RfsgSelfTestResultEquality Operator

Determines whether two SelfTest instances have the same value.

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

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

Parameters

result1  RfsgSelfTestResult
Specifies an RfsgSelfTestResult instance to compare with result1.
result2  RfsgSelfTestResult
Specifies an RfsgSelfTestResult instance to compare with result2.

Return Value

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

See Also

Log in to get a better experience