RfsgSelfTestResult.Equals Method (RfsgSelfTestResult)
- Updated2024-05-08
- 1 minute(s) read
RfsgSelfTestResultEquals Method (RfsgSelfTestResult)
Determines whether the current instance of RfsgSelfTestResult and the RfsgSelfTestResult object that you specify are equal.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public bool Equals( RfsgSelfTestResult result )
Public Function Equals ( result As RfsgSelfTestResult ) As Boolean
Parameters
- result
- Type: NationalInstruments.ModularInstruments.NIRfsgRfsgSelfTestResult
Specifies the RfsgSelfTestResult object to be compared to the current instance of RfsgSelfTestResult.
Return Value
Type: Booleanif the two instances are equal; otherwise, .