NI-RFPM API Reference

Table of Contents

RfpmWarning.Equals Method (RfpmWarning)

  • Updated2023-12-28
  • 1 minute(s) read
RfpmWarning.Equals Method (RfpmWarning)

RfpmWarningEquals Method (RfpmWarning)

Determines whether the current instance of RfpmWarning and the RfpmWarning object that you specify are equal.

Namespace:  NationalInstruments.ModularInstruments.NIRfpm
Assembly:  NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023

Syntax

public bool Equals(
	RfpmWarning warning
)
Public Function Equals ( 
	warning As RfpmWarning
) As Boolean

Parameters

warning
Type: NationalInstruments.ModularInstruments.NIRfpmRfpmWarning
The RfpmWarning object to be compared to the current instance of RfpmWarning.

Return Value

Type: Boolean
if the two instances are equal; otherwise, .

See Also

Log in to get a better experience