VeriStand .NET API Reference

References.Equals Method (References)

Determines whether the specified other object is equal to the current References instance. Equivalency is determined using the ReferenceList.

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 References _
) As Boolean
C#
public bool Equals(
	References other
)
Visual C++
public:
virtual bool Equals(
	References^ other
) sealed

Parameters

other
Type: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.References
The References object to compare with the current object.

Return Value

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

Implements

IEquatable(T).Equals(T)

See Also

Log in to get a better experience