VeriStand .NET API Reference

Table of Contents

StreamFirstNSeconds.Equals Method (WaveformStreamCondition)

Determines whether the specified other object is equal to the current instance of StreamFirstNSeconds.

Namespace: NationalInstruments.VeriStand.ClientAPI.WaveformStreaming
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overrides Function Equals ( _
	other As WaveformStreamCondition _
) As Boolean
C#
public override bool Equals(
	WaveformStreamCondition other
)
Visual C++
public:
virtual bool Equals(
	WaveformStreamCondition^ other
) override

Parameters

other
Type: NationalInstruments.VeriStand.ClientAPI.WaveformStreaming.WaveformStreamCondition
The WaveformStreamCondition object to compare with the current instance.

Return Value

true (True in Visual Basic) if the specified other object is equal to the current instance of StreamFirstNSeconds. Otherwise, false (False in Visual Basic).

Implements

IEquatable(T).Equals(T)

Remarks

See Also

Log in to get a better experience