Determines whether two SelfTest instances have the same value.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public static bool operator==(RfsgSelfTestResult result1, RfsgSelfTestResult result2)

Parameters

NameTypeDescription
result1RfsgSelfTestResult

Specifies an RfsgSelfTestResult instance to compare with result1.

result2RfsgSelfTestResult

Specifies an RfsgSelfTestResult instance to compare with result2.

Returns

true if the two instances represent the same result; otherwise, false.