VeriStand .NET API Reference

Reference.Equals Method (Reference)

Determines whether the specified other object is equal to the current Reference. Equivalency is determined using the Path and Alias for the reference.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function Equals ( _
	other As Reference _
) As Boolean
C#
public bool Equals(
	Reference other
)
Visual C++
public:
virtual bool Equals(
	Reference^ other
) sealed

Parameters

other
Type: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Reference
The Reference to compare with the current reference.

Return Value

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

Implements

IEquatable(T).Equals(T)

See Also

Log in to get a better experience