RfsgRevisionQueryResult.Equals Method (RfsgRevisionQueryResult)
- Updated2024-05-08
- 1 minute(s) read
RfsgRevisionQueryResultEquals Method (RfsgRevisionQueryResult)
Compares two RfsgRevisionQueryResult instances for equality.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public bool Equals( RfsgRevisionQueryResult result )
Public Function Equals ( result As RfsgRevisionQueryResult ) As Boolean
Parameters
- result
- Type: NationalInstruments.ModularInstruments.NIRfsgRfsgRevisionQueryResult
Specifies an RfsgRevisionQueryResult to compare to this instance.
Return Value
Type: Booleanif the two instances represent the same result; otherwise, .