Determines whether the specified
other object is equal to the current instance of
Comment.
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 Overrides Function Equals ( _
other As Statement _
) As Boolean |
Visual C++ |
---|
public:
virtual bool Equals(
Statement^ other
) override |
Return Value
true (True in Visual Basic) if the specified
other object is equal to the current instance of
Comment. Otherwise,
false (False in Visual Basic).
Implements
IEquatable(T).Equals(T)